diff options
author | marino <marino@pkgsrc.org> | 2012-02-23 18:39:53 +0000 |
---|---|---|
committer | marino <marino@pkgsrc.org> | 2012-02-23 18:39:53 +0000 |
commit | c5a358c5dd2e4fcc4c592935c58965ef9557debb (patch) | |
tree | 8089e840e1029df3bbfc782d07fe5bced781de19 /x11 | |
parent | d66bce99eca5e1bb024711ad6d9fba484180e6cd (diff) | |
download | pkgsrc-c5a358c5dd2e4fcc4c592935c58965ef9557debb.tar.gz |
x11/xpmroot: Fix indirect linking error on DragonFly
The linker error shows up during one of the configuration tests, so the
command line for the conftest is being fixed here. xpmroot itself did
not get touched.
Diffstat (limited to 'x11')
-rw-r--r-- | x11/xpmroot/distinfo | 3 | ||||
-rw-r--r-- | x11/xpmroot/patches/patch-configure | 13 |
2 files changed, 15 insertions, 1 deletions
diff --git a/x11/xpmroot/distinfo b/x11/xpmroot/distinfo index 66791cc6fd3..9c165693768 100644 --- a/x11/xpmroot/distinfo +++ b/x11/xpmroot/distinfo @@ -1,6 +1,7 @@ -$NetBSD: distinfo,v 1.26 2006/12/12 06:48:56 martti Exp $ +$NetBSD: distinfo,v 1.27 2012/02/23 18:39:53 marino Exp $ SHA1 (fvwm-2.4.20.tar.gz) = 2130a16590462cbbf15f255a46abe8b8a6cb4401 RMD160 (fvwm-2.4.20.tar.gz) = c71f8cce0b7d7258aeef94d889c1a0346c2ae21b Size (fvwm-2.4.20.tar.gz) = 1844688 bytes SHA1 (patch-aa) = 06800ec36cd683a393a085c6533ab4fd6f61528f +SHA1 (patch-configure) = 9477007d02211a7218a2db965cca119868b77a8c diff --git a/x11/xpmroot/patches/patch-configure b/x11/xpmroot/patches/patch-configure new file mode 100644 index 00000000000..3ba9cda80ec --- /dev/null +++ b/x11/xpmroot/patches/patch-configure @@ -0,0 +1,13 @@ +$NetBSD: patch-configure,v 1.1 2012/02/23 18:39:53 marino Exp $ + +--- configure.orig 2012-02-19 15:57:14.638423000 +0000 ++++ configure +@@ -4744,7 +4744,7 @@ if test "$ac_x_libraries" = no; then + # See if we find them without any special options. + # Don't add to $LIBS permanently. + ac_save_LIBS=$LIBS +- LIBS="-lXt $LIBS" ++ LIBS="-lXt -lX11 $LIBS" + cat >conftest.$ac_ext <<_ACEOF + /* confdefs.h. */ + _ACEOF |