diff options
author | dmcmahill <dmcmahill@pkgsrc.org> | 2003-11-05 21:04:07 +0000 |
---|---|---|
committer | dmcmahill <dmcmahill@pkgsrc.org> | 2003-11-05 21:04:07 +0000 |
commit | 533d2e99f5390aaf2f502ade92a46ea6440f6192 (patch) | |
tree | 447ca2a17597dad6014c742bd2a87139a0df425e /print | |
parent | 84dcf5d8ae26a1e76b661c3551aa4b4d8a42147b (diff) | |
download | pkgsrc-533d2e99f5390aaf2f502ade92a46ea6440f6192.tar.gz |
switch to LIBTOOL_OVERRIDE from LTCONFIG_OVERRIDE. Fixes Solaris linking
Diffstat (limited to 'print')
-rw-r--r-- | print/pdflib/Makefile.common | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/print/pdflib/Makefile.common b/print/pdflib/Makefile.common index d8a7372acea..a13171f0fec 100644 --- a/print/pdflib/Makefile.common +++ b/print/pdflib/Makefile.common @@ -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 @@ CONFIGURE_ARGS+= --enable-cxx=no CPPFLAGS+= -Dunix USE_LIBTOOL= YES -LTCONFIG_OVERRIDE= ${WRKSRC}/config/ltconfig +LIBTOOL_OVERRIDE= ${WRKSRC}/libtool .include "../../graphics/png/buildlink2.mk" .include "../../graphics/tiff/buildlink2.mk" |