diff options
author | danw <danw> | 2004-05-17 00:10:49 +0000 |
---|---|---|
committer | danw <danw> | 2004-05-17 00:10:49 +0000 |
commit | 604657c5d31d45d6fc20230dce867e80874c5ca2 (patch) | |
tree | 0496c245ad69e4a2d622903cf3276e8a8d9cb908 /x11/gnome2-control-center | |
parent | c99e1cdbe7889d99c7094ebe19382197cadf5e2b (diff) | |
download | pkgsrc-604657c5d31d45d6fc20230dce867e80874c5ca2.tar.gz |
make an implicit library dependency explicit to make darwin's linker happy
Diffstat (limited to 'x11/gnome2-control-center')
-rw-r--r-- | x11/gnome2-control-center/distinfo | 3 | ||||
-rw-r--r-- | x11/gnome2-control-center/patches/patch-ad | 13 |
2 files changed, 15 insertions, 1 deletions
diff --git a/x11/gnome2-control-center/distinfo b/x11/gnome2-control-center/distinfo index 6bd307bf839..5d0f8f26fa1 100644 --- a/x11/gnome2-control-center/distinfo +++ b/x11/gnome2-control-center/distinfo @@ -1,6 +1,7 @@ -$NetBSD: distinfo,v 1.10 2004/05/15 15:00:50 jmmv Exp $ +$NetBSD: distinfo,v 1.11 2004/05/17 00:10:49 danw Exp $ SHA1 (control-center-2.6.1.tar.bz2) = a7e367e24c65dcde65b36f014945acfb1261667d Size (control-center-2.6.1.tar.bz2) = 2487807 bytes SHA1 (patch-ab) = 15d24efe8e39d948b5663e641f47ea41b815e17d SHA1 (patch-ac) = e2df2c5ffc0841f409985eafbafb96c5c9a5551a +SHA1 (patch-ad) = 2ec051658a911d4adb243f3357089504ab412293 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 |