summaryrefslogtreecommitdiff
path: root/x11/gnome2-control-center/patches
diff options
context:
space:
mode:
authordanw <danw>2004-05-17 00:10:49 +0000
committerdanw <danw>2004-05-17 00:10:49 +0000
commit604657c5d31d45d6fc20230dce867e80874c5ca2 (patch)
tree0496c245ad69e4a2d622903cf3276e8a8d9cb908 /x11/gnome2-control-center/patches
parentc99e1cdbe7889d99c7094ebe19382197cadf5e2b (diff)
downloadpkgsrc-604657c5d31d45d6fc20230dce867e80874c5ca2.tar.gz
make an implicit library dependency explicit to make darwin's linker happy
Diffstat (limited to 'x11/gnome2-control-center/patches')
-rw-r--r--x11/gnome2-control-center/patches/patch-ad13
1 files changed, 13 insertions, 0 deletions
diff --git a/x11/gnome2-control-center/patches/patch-ad b/x11/gnome2-control-center/patches/patch-ad
new file mode 100644
index 00000000000..e4e4817e358
--- /dev/null
+++ b/x11/gnome2-control-center/patches/patch-ad
@@ -0,0 +1,13 @@
+$NetBSD: patch-ad,v 1.1 2004/05/17 00:10:49 danw Exp $
+
+--- configure.orig Tue Apr 13 22:49:27 2004
++++ configure
+@@ -23063,7 +23063,7 @@ if test `eval echo '${'$as_ac_Header'}'`
+ cat >>confdefs.h <<_ACEOF
+ #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
+ _ACEOF
+- XF86MISC_LIBS="-lXxf86misc"
++ XF86MISC_LIBS="-lXxf86misc -lXext"
+ fi
+
+ done