diff options
author | tron <tron@pkgsrc.org> | 2002-05-06 12:18:25 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2002-05-06 12:18:25 +0000 |
commit | bf1756902998ed542ed5def58689b7c9c6217098 (patch) | |
tree | 726ac3105b9946b26f0a9af09165e06f2a63b48a /audio | |
parent | 6d7c885cd100617b2edf445e5781414e5f0cdf92 (diff) | |
download | pkgsrc-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')
-rw-r--r-- | audio/libaudiofile/Makefile | 5 |
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 |