diff options
Diffstat (limited to 'x11')
-rw-r--r-- | x11/gnome2-control-center/distinfo | 3 | ||||
-rw-r--r-- | x11/gnome2-control-center/patches/patch-aa | 11 |
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 |