summaryrefslogtreecommitdiff
path: root/wm/golem/patches
diff options
context:
space:
mode:
authorjoerg <joerg>2009-11-26 17:16:47 +0000
committerjoerg <joerg>2009-11-26 17:16:47 +0000
commit952cc65dc76cf40b972732536b78ec6450db4ee9 (patch)
tree91ff63b6d2da7c6dbc09cb44c5ed7a4a3d9372a9 /wm/golem/patches
parent789c6a5a969ec94d4890b203ec715f8ebeac69e3 (diff)
downloadpkgsrc-952cc65dc76cf40b972732536b78ec6450db4ee9.tar.gz
Build modules with -fPIC. Bump revision. Add destdir support.
Diffstat (limited to 'wm/golem/patches')
-rw-r--r--wm/golem/patches/patch-ag12
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@
+