diff options
Diffstat (limited to 'wm/golem/patches')
-rw-r--r-- | wm/golem/patches/patch-ag | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/wm/golem/patches/patch-ag b/wm/golem/patches/patch-ag new file mode 100644 index 00000000000..118f06b382d --- /dev/null +++ b/wm/golem/patches/patch-ag @@ -0,0 +1,12 @@ +$NetBSD: patch-ag,v 1.1 2009/11/26 17:16:47 joerg Exp $ + +--- plugins/Makefile.plugin.in.orig 2009-11-26 18:10:10.000000000 +0100 ++++ plugins/Makefile.plugin.in +@@ -1,6 +1,6 @@ + # plugin makefiles include this + CC= @CC@ +-CFLAGS= @CFLAGS@ -I../../src/ -I../include/ @X_CFLAGS@ ++CFLAGS= @CFLAGS@ -fPIC -I../../src/ -I../include/ @X_CFLAGS@ + CFLAGS+= @DEFS@ + LDFLAGS= @SHARED_FLAG@ + |