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)
This commit is contained in:
parent
769db35260
commit
77d5024c3d
2 changed files with 13 additions and 1 deletions
|
@ -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
|
||||
|
|
11
x11/gnome2-control-center/patches/patch-aa
Normal file
11
x11/gnome2-control-center/patches/patch-aa
Normal file
|
@ -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
|
Loading…
Reference in a new issue