pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/print/pdflib switch to LIBTOOL_OVERRIDE from LTCONFIG_...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/b976809e8ccf
branches:  trunk
changeset: 463315:b976809e8ccf
user:      dmcmahill <dmcmahill%pkgsrc.org@localhost>
date:      Wed Nov 05 21:04:07 2003 +0000

description:
switch to LIBTOOL_OVERRIDE from LTCONFIG_OVERRIDE.  Fixes Solaris linking

diffstat:

 print/pdflib/Makefile.common |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r cddc4c7c10f2 -r b976809e8ccf print/pdflib/Makefile.common
--- a/print/pdflib/Makefile.common      Wed Nov 05 19:18:35 2003 +0000
+++ b/print/pdflib/Makefile.common      Wed Nov 05 21:04:07 2003 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.8 2003/07/17 22:52:36 grant Exp $
+# $NetBSD: Makefile.common,v 1.9 2003/11/05 21:04:07 dmcmahill Exp $
 
 DISTNAME=              pdflib-${PDFLIB_DIST_VERS}
 PKGREVISION=           1
@@ -37,7 +37,7 @@
 CPPFLAGS+=             -Dunix
 
 USE_LIBTOOL=           YES
-LTCONFIG_OVERRIDE=     ${WRKSRC}/config/ltconfig
+LIBTOOL_OVERRIDE=      ${WRKSRC}/libtool
 
 .include "../../graphics/png/buildlink2.mk"
 .include "../../graphics/tiff/buildlink2.mk"



Home | Main Index | Thread Index | Old Index