pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/graphics/jasper Use LIBTOOL_OVERRIDE instead of LTCONF...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/ae851c73557c
branches:  trunk
changeset: 462658:ae851c73557c
user:      danw <danw%pkgsrc.org@localhost>
date:      Wed Oct 08 02:21:32 2003 +0000

description:
Use LIBTOOL_OVERRIDE instead of LTCONFIG_OVERRIDE. Fixes PR 20520
(Darwin build)

diffstat:

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

diffs (18 lines):

diff -r ae03e6ea3622 -r ae851c73557c graphics/jasper/Makefile
--- a/graphics/jasper/Makefile  Wed Oct 08 02:00:44 2003 +0000
+++ b/graphics/jasper/Makefile  Wed Oct 08 02:21:32 2003 +0000
@@ -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 @@
 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:



Home | Main Index | Thread Index | Old Index