summaryrefslogtreecommitdiff
path: root/x11
diff options
context:
space:
mode:
authordanw <danw>2003-09-27 20:01:17 +0000
committerdanw <danw>2003-09-27 20:01:17 +0000
commit50d3bf98801503042c91c00362e6eb8748836d01 (patch)
tree33a002c75467ce36ef5e8ee99c7982b21fbe4487 /x11
parent2920363e17335c1df9475b82b8bc67a0bbe0575f (diff)
downloadpkgsrc-50d3bf98801503042c91c00362e6eb8748836d01.tar.gz
fix a configure test to work on Darwin (-lXext wasn't being automatically
pulled in by the check for -lXxf86misc since libtool isn't used for configure checks)
Diffstat (limited to 'x11')
-rw-r--r--x11/gnome2-control-center/distinfo3
-rw-r--r--x11/gnome2-control-center/patches/patch-aa11
2 files changed, 13 insertions, 1 deletions
diff --git a/x11/gnome2-control-center/distinfo b/x11/gnome2-control-center/distinfo
index b605f7101b3..0dfc949d1f3 100644
--- a/x11/gnome2-control-center/distinfo
+++ b/x11/gnome2-control-center/distinfo
@@ -1,4 +1,5 @@
-$NetBSD: distinfo,v 1.4 2003/04/20 13:52:54 rh Exp $
+$NetBSD: distinfo,v 1.5 2003/09/27 20:01:17 danw Exp $
SHA1 (control-center-2.2.1.tar.bz2) = ac57c86db7f6b5281386335f64fe4efcf46bfc7f
Size (control-center-2.2.1.tar.bz2) = 1491602 bytes
+SHA1 (patch-aa) = af281a3da34aba364a6e09458f56b0e45895b13c
diff --git a/x11/gnome2-control-center/patches/patch-aa b/x11/gnome2-control-center/patches/patch-aa
new file mode 100644
index 00000000000..d21f83da628
--- /dev/null
+++ b/x11/gnome2-control-center/patches/patch-aa
@@ -0,0 +1,11 @@
+--- configure.orig Sun Aug 31 16:33:12 2003
++++ configure Sun Aug 31 16:33:04 2003
+@@ -11136,7 +11136,7 @@
+ cat >>confdefs.h <<_ACEOF
+ #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
+ _ACEOF
+- XF86MISC_LIBS="-lXxf86misc"
++ XF86MISC_LIBS="-lXxf86misc -lXext"
+ fi
+
+ done