Thu Feb 23 18:39:54 2012 UTC ()
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.


(marino)
diff -r1.26 -r1.27 pkgsrc/x11/xpmroot/distinfo
diff -r0 -r1.1 pkgsrc/x11/xpmroot/patches/patch-configure

cvs diff -r1.26 -r1.27 pkgsrc/x11/xpmroot/Attic/distinfo (expand / switch to unified diff)

--- pkgsrc/x11/xpmroot/Attic/distinfo 2006/12/12 06:48:56 1.26
+++ pkgsrc/x11/xpmroot/Attic/distinfo 2012/02/23 18:39:53 1.27
@@ -1,6 +1,7 @@ @@ -1,6 +1,7 @@
1$NetBSD: distinfo,v 1.26 2006/12/12 06:48:56 martti Exp $ 1$NetBSD: distinfo,v 1.27 2012/02/23 18:39:53 marino Exp $
2 2
3SHA1 (fvwm-2.4.20.tar.gz) = 2130a16590462cbbf15f255a46abe8b8a6cb4401 3SHA1 (fvwm-2.4.20.tar.gz) = 2130a16590462cbbf15f255a46abe8b8a6cb4401
4RMD160 (fvwm-2.4.20.tar.gz) = c71f8cce0b7d7258aeef94d889c1a0346c2ae21b 4RMD160 (fvwm-2.4.20.tar.gz) = c71f8cce0b7d7258aeef94d889c1a0346c2ae21b
5Size (fvwm-2.4.20.tar.gz) = 1844688 bytes 5Size (fvwm-2.4.20.tar.gz) = 1844688 bytes
6SHA1 (patch-aa) = 06800ec36cd683a393a085c6533ab4fd6f61528f 6SHA1 (patch-aa) = 06800ec36cd683a393a085c6533ab4fd6f61528f
 7SHA1 (patch-configure) = 9477007d02211a7218a2db965cca119868b77a8c

File Added: pkgsrc/x11/xpmroot/patches/Attic/patch-configure
$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