summaryrefslogtreecommitdiff
path: root/x11-wm/afterstep-stable/files/patch-libAfterBase-asvector.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* x11-wm/afterstep-stable: unbreak with clang 4.0Jan Beich2017-02-011-20/+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) Notes: svn path=/head/; revision=433089
* Remove $FreeBSD$ from patches files everywhere.Mathieu Arnold2015-05-221-2/+0
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=387082
* . Don't use inline on functions that are intended to be used in multipleGreg Lewis2014-04-131-0/+22
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. Notes: svn path=/head/; revision=351234