summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordanw <danw@pkgsrc.org>2003-09-27 20:01:17 +0000
committerdanw <danw@pkgsrc.org>2003-09-27 20:01:17 +0000
commit77d5024c3d3c705e3f212ce81402406e1265f1b0 (patch)
tree33a002c75467ce36ef5e8ee99c7982b21fbe4487
parent769db3526042b5eb12c3145004ae3085c6e99101 (diff)
downloadpkgsrc-77d5024c3d3c705e3f212ce81402406e1265f1b0.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)
-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