diff options
author | danw <danw@pkgsrc.org> | 2003-10-08 02:21:32 +0000 |
---|---|---|
committer | danw <danw@pkgsrc.org> | 2003-10-08 02:21:32 +0000 |
commit | 93611ee472b230b9aec4ca81b4a5ab13b1b2105f (patch) | |
tree | b44cc63ac8304602cab0e26ceb6ef73bef421097 /graphics | |
parent | d65be15d3a55ffea35c5a8f77c35d5c883e9cd5d (diff) | |
download | pkgsrc-93611ee472b230b9aec4ca81b4a5ab13b1b2105f.tar.gz |
Use LIBTOOL_OVERRIDE instead of LTCONFIG_OVERRIDE. Fixes PR 20520
(Darwin build)
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/jasper/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/jasper/Makefile b/graphics/jasper/Makefile index 57507979a8d..ef14e9d46c9 100644 --- a/graphics/jasper/Makefile +++ b/graphics/jasper/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2003/07/21 16:51:46 martti Exp $ +# $NetBSD: Makefile,v 1.9 2003/10/08 02:21:32 danw Exp $ # DISTNAME= jasper-1.600.0 @@ -14,7 +14,7 @@ COMMENT= Software-based reference implementation of the JPEG-2000 codec GNU_CONFIGURE= YES USE_BUILDLINK2= YES USE_LIBTOOL= YES -LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig +LIBTOOL_OVERRIDE= ${WRKSRC}/libtool CONFIGURE_ARGS+= --enable-shared --without-x --disable-opengl post-install: |