pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/graphics/xpm make sure that we put -L../lib at the beg...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/cc7829affd9b
branches:  trunk
changeset: 498080:cc7829affd9b
user:      dmcmahill <dmcmahill%pkgsrc.org@localhost>
date:      Thu Aug 11 22:46:05 2005 +0000

description:
make sure that we put -L../lib at the beginning so we find our
local libXpm.  Fixes linking problems on solaris.

diffstat:

 graphics/xpm/Makefile         |   4 ++--
 graphics/xpm/distinfo         |   4 ++--
 graphics/xpm/patches/patch-ab |  12 +++++++-----
 3 files changed, 11 insertions(+), 9 deletions(-)

diffs (53 lines):

diff -r 7001b9b200e5 -r cc7829affd9b graphics/xpm/Makefile
--- a/graphics/xpm/Makefile     Thu Aug 11 20:51:35 2005 +0000
+++ b/graphics/xpm/Makefile     Thu Aug 11 22:46:05 2005 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.43 2005/06/14 18:10:37 jlam Exp $
+# $NetBSD: Makefile,v 1.44 2005/08/11 22:46:05 dmcmahill Exp $
 
 DISTNAME=       xpm-3.4k
-PKGREVISION=   4
+PKGREVISION=   5
 CATEGORIES=    graphics x11
 MASTER_SITES=  http://koala.ilog.fr/ftp/pub/xpm/ \
                ${MASTER_SITE_XCONTRIB:=libraries/}
diff -r 7001b9b200e5 -r cc7829affd9b graphics/xpm/distinfo
--- a/graphics/xpm/distinfo     Thu Aug 11 20:51:35 2005 +0000
+++ b/graphics/xpm/distinfo     Thu Aug 11 22:46:05 2005 +0000
@@ -1,10 +1,10 @@
-$NetBSD: distinfo,v 1.13 2005/06/14 18:10:37 jlam Exp $
+$NetBSD: distinfo,v 1.14 2005/08/11 22:46:05 dmcmahill Exp $
 
 SHA1 (xpm-3.4k.tar.gz) = a8eac19e5772bf7b3b177353686c1401fbf334bd
 RMD160 (xpm-3.4k.tar.gz) = 65a2e58f97724a48a6834aab991341771c5a1faf
 Size (xpm-3.4k.tar.gz) = 148887 bytes
 SHA1 (patch-aa) = 33725beb53dc01b022e5110dbffab4c6a3ae65dc
-SHA1 (patch-ab) = 0c8f317cdbde27929790e46d1711ada5e454b79d
+SHA1 (patch-ab) = ac9e69f618788d78a024b55c58c46c302f66ec99
 SHA1 (patch-ac) = 80c8c58a526ccc8651862d87cc5cd92d8aa9fb2d
 SHA1 (patch-ad) = d352c47831955845e5805ac737031f2ff179b0df
 SHA1 (patch-ae) = 9b11253041212c8e43c426be4729363e4f8e122a
diff -r 7001b9b200e5 -r cc7829affd9b graphics/xpm/patches/patch-ab
--- a/graphics/xpm/patches/patch-ab     Thu Aug 11 20:51:35 2005 +0000
+++ b/graphics/xpm/patches/patch-ab     Thu Aug 11 22:46:05 2005 +0000
@@ -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 @@
 +#endif
  
  #if ProjectX < 603
- # ifdef HPArchitecture



Home | Main Index | Thread Index | Old Index