notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
non port: x11-wm/afterstep-stable/files/patch-libAfterBase-asvector.c

Number of commits found: 3

Wednesday, 1 Feb 2017
20:20 jbeich search for other commits by this committer
x11-wm/afterstep-stable: unbreak with clang 4.0

../../libAfterStep/libAfterStep.a(colorscheme.o): In function
`make_ascolor_scheme':
colorscheme.c:(.text+0x1e1b): undefined reference to `make_grad_argb'
colorscheme.c:(.text+0x1e40): undefined reference to `make_grad_argb'
colorscheme.c:(.text+0x1e65): undefined reference to `make_grad_argb'
colorscheme.c:(.text+0x1e89): undefined reference to `make_grad_argb'
colorscheme.c:(.text+0x1eb1): undefined reference to `make_grad_argb'
../../libAfterStep/libAfterStep.a(colorscheme.o):colorscheme.c:(.text+0x1ed1):
more undefined references to `make_grad_argb' follow

Reported by:	antoine (via exp-run)
Original commitRevision:433089 
Friday, 22 May 2015
20:34 mat search for other commits by this committer
Remove $FreeBSD$ from patches files everywhere.

With hat:	portmgr
Sponsored by:	Absolight
Original commitRevision:387082 
Sunday, 13 Apr 2014
17:46 glewis search for other commits by this committer
. Don't use inline on functions that are intended to be used in multiple
  files.  This fixes compilation with clang.

  My understanding is that the C99 standard treats inline methods as having
  static linkage by default.  This is different from the GNU C definition
  of inline, which is why this compiled with gcc.
Original commitRevision:351234 

Number of commits found: 3