diff options
author | grant <grant@pkgsrc.org> | 2004-01-23 06:03:57 +0000 |
---|---|---|
committer | grant <grant@pkgsrc.org> | 2004-01-23 06:03:57 +0000 |
commit | 14772f5d0191a03466159b1dfcd8718e82903746 (patch) | |
tree | 7a6dad878eb233484eb3b2f9bf71751332cd9a91 /audio/liba52/Makefile | |
parent | 8cbf6814c3dba0234bb2baf8359e20c76ad3f2f5 (diff) | |
download | pkgsrc-14772f5d0191a03466159b1dfcd8718e82903746.tar.gz |
use LIBTOOL_OVERRIDE, not LTCONFIG_OVERRIDE. fixes installation on
Solaris (and others).
bump PKGREVISION.
Diffstat (limited to 'audio/liba52/Makefile')
-rw-r--r-- | audio/liba52/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/audio/liba52/Makefile b/audio/liba52/Makefile index 8607bffee80..480b0b61826 100644 --- a/audio/liba52/Makefile +++ b/audio/liba52/Makefile @@ -1,8 +1,9 @@ -# $NetBSD: Makefile,v 1.8 2003/07/21 16:30:41 martti Exp $ +# $NetBSD: Makefile,v 1.9 2004/01/23 06:03:57 grant Exp $ # DISTNAME= a52dec-0.7.4 PKGNAME= ${DISTNAME:S/a52dec/liba52/} +PKGREVISION= 1 CATEGORIES= audio MASTER_SITES= http://liba52.sourceforge.net/files/ @@ -13,7 +14,7 @@ COMMENT= Free ATSC A/52 stream decoder library USE_BUILDLINK2= yes GNU_CONFIGURE= yes USE_LIBTOOL= yes -LTCONFIG_OVERRIDE= ${WRKSRC}/autotools/ltconfig +LIBTOOL_OVERRIDE= ${WRKSRC}/libtool CONFIGURE_ARGS+= --disable-oss CONFIGURE_ARGS+= --disable-mlib |