summaryrefslogtreecommitdiff
path: root/audio/libaudiofile
diff options
context:
space:
mode:
authortron <tron@pkgsrc.org>2002-05-06 12:18:25 +0000
committertron <tron@pkgsrc.org>2002-05-06 12:18:25 +0000
commitbf1756902998ed542ed5def58689b7c9c6217098 (patch)
tree726ac3105b9946b26f0a9af09165e06f2a63b48a /audio/libaudiofile
parent6d7c885cd100617b2edf445e5781414e5f0cdf92 (diff)
downloadpkgsrc-bf1756902998ed542ed5def58689b7c9c6217098.tar.gz
Use "LIBTOOL_OVERRIDE" instead of "LTCONFIG_OVERRIDE" because the later
one is not effective for this package. This fixes package list problems under Solaris.
Diffstat (limited to 'audio/libaudiofile')
-rw-r--r--audio/libaudiofile/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/audio/libaudiofile/Makefile b/audio/libaudiofile/Makefile
index cde65448af4..d60dfe3b3fc 100644
--- a/audio/libaudiofile/Makefile
+++ b/audio/libaudiofile/Makefile
@@ -1,5 +1,4 @@
-# $NetBSD: Makefile,v 1.21 2002/03/24 21:38:25 wiz Exp $
-#
+# $NetBSD: Makefile,v 1.22 2002/05/06 12:18:25 tron Exp $
DISTNAME= audiofile-0.2.3
PKGNAME= lib${DISTNAME}
@@ -14,7 +13,7 @@ COMMENT= Sound library for SGI audio file
GNU_CONFIGURE= YES
USE_BUILDLINK_ONLY= YES
USE_LIBTOOL= YES
-LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig
+LIBTOOL_OVERRIDE= ${WRKSRC}/libtool
DOCDIR= ${PREFIX}/share/doc/libaudiofile