pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/graphics/libgdgeda Fix the libtool override so that we...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/439c1a7776e8
branches:  trunk
changeset: 463147:439c1a7776e8
user:      dmcmahill <dmcmahill%pkgsrc.org@localhost>
date:      Wed Oct 29 23:15:27 2003 +0000

description:
Fix the libtool override so that we actually override the correct thing.
Fixes PLIST problems on Solaris.

diffstat:

 graphics/libgdgeda/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 91cab48bb666 -r 439c1a7776e8 graphics/libgdgeda/Makefile
--- a/graphics/libgdgeda/Makefile       Wed Oct 29 23:14:22 2003 +0000
+++ b/graphics/libgdgeda/Makefile       Wed Oct 29 23:15:27 2003 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.14 2003/09/10 23:27:32 dmcmahill Exp $
+# $NetBSD: Makefile,v 1.15 2003/10/29 23:15:27 dmcmahill Exp $
 #
 
 DISTNAME=              libgdgeda-2.0.15
@@ -13,7 +13,7 @@
 USE_LIBTOOL=           YES
 USE_BUILDLINK2=                YES
 
-LTCONFIG_OVERRIDE=     ${WRKSRC}/ltconfig
+LIBTOOL_OVERRIDE=      ${WRKSRC}/libtool
 
 .include "../../graphics/png/buildlink2.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index