diff options
author | Jan Beich <jbeich@FreeBSD.org> | 2017-02-01 20:20:51 +0000 |
---|---|---|
committer | Jan Beich <jbeich@FreeBSD.org> | 2017-02-01 20:20:51 +0000 |
commit | 267a48c2404fe3fc2a1909eca98651bc8d7f9a2c (patch) | |
tree | 749ec624734bf1d531176074061dab25d1441803 /x11-wm/afterstep-stable/files/patch-libAfterStep-functions.c | |
parent | - Update to version 5.7.4.0 (diff) |
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)
Diffstat (limited to 'x11-wm/afterstep-stable/files/patch-libAfterStep-functions.c')
-rw-r--r-- | x11-wm/afterstep-stable/files/patch-libAfterStep-functions.c | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/x11-wm/afterstep-stable/files/patch-libAfterStep-functions.c b/x11-wm/afterstep-stable/files/patch-libAfterStep-functions.c deleted file mode 100644 index 0925fb1bcf44..000000000000 --- a/x11-wm/afterstep-stable/files/patch-libAfterStep-functions.c +++ /dev/null @@ -1,11 +0,0 @@ ---- libAfterStep/functions.c.orig 2014-04-12 10:22:40.000000000 -0700 -+++ libAfterStep/functions.c 2014-04-11 06:32:05.000000000 -0700 -@@ -307,7 +307,7 @@ - } - } - --inline FunctionData *create_named_function (int func, char *name) -+FunctionData *create_named_function (int func, char *name) - { - FunctionData *fdata = safecalloc (1, sizeof (FunctionData)); - |