summaryrefslogtreecommitdiff
path: root/graphics/xpm/patches
diff options
context:
space:
mode:
authordmcmahill <dmcmahill@pkgsrc.org>2005-08-11 22:46:05 +0000
committerdmcmahill <dmcmahill@pkgsrc.org>2005-08-11 22:46:05 +0000
commit512941eabffb0610452c68d96f6e8aab5d4a2f74 (patch)
treedda6ec0dd89af15844d0f7e5f4dcd1e5492fd7ec /graphics/xpm/patches
parent8bb9ee90abd466d7a8f67586359d98228c86dbd0 (diff)
downloadpkgsrc-512941eabffb0610452c68d96f6e8aab5d4a2f74.tar.gz
make sure that we put -L../lib at the beginning so we find our
local libXpm. Fixes linking problems on solaris.
Diffstat (limited to 'graphics/xpm/patches')
-rw-r--r--graphics/xpm/patches/patch-ab12
1 files changed, 7 insertions, 5 deletions
diff --git a/graphics/xpm/patches/patch-ab b/graphics/xpm/patches/patch-ab
index e60cc25b903..d13a56bf3e3 100644
--- a/graphics/xpm/patches/patch-ab
+++ b/graphics/xpm/patches/patch-ab
@@ -1,8 +1,11 @@
-$NetBSD: patch-ab,v 1.3 2001/06/09 11:41:36 tron Exp $
+$NetBSD: patch-ab,v 1.4 2005/08/11 22:46:05 dmcmahill Exp $
---- sxpm/Imakefile.orig Thu Mar 19 14:51:01 1998
-+++ sxpm/Imakefile Sat Jun 9 03:33:04 2001
-@@ -60,8 +60,13 @@
+--- sxpm/Imakefile.orig 1998-03-19 14:51:01.000000000 -0500
++++ sxpm/Imakefile 2005-08-11 14:46:16.678675000 -0400
+@@ -58,9 +58,15 @@
+ #else
+ LOCAL_LIBRARIES = -L../lib -L$(XPMLIBDIR) $(XPMLIB) $(XTOOLLIB) $(XLIB)
++EXTRA_LDOPTIONS = -L../lib
#endif
XCOMM try hard to set things so we'll find the shared lib once installed
@@ -15,4 +18,3 @@ $NetBSD: patch-ab,v 1.3 2001/06/09 11:41:36 tron Exp $
+#endif
#if ProjectX < 603
- # ifdef HPArchitecture