pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/audio/liba52 use LIBTOOL_OVERRIDE, not LTCONFIG_OVERRI...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/6ae04f07c3e0
branches:  trunk
changeset: 466765:6ae04f07c3e0
user:      grant <grant%pkgsrc.org@localhost>
date:      Fri Jan 23 06:03:57 2004 +0000

description:
use LIBTOOL_OVERRIDE, not LTCONFIG_OVERRIDE. fixes installation on
Solaris (and others).

bump PKGREVISION.

diffstat:

 audio/liba52/Makefile |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (23 lines):

diff -r 6814e7658b06 -r 6ae04f07c3e0 audio/liba52/Makefile
--- a/audio/liba52/Makefile     Thu Jan 22 23:19:02 2004 +0000
+++ b/audio/liba52/Makefile     Fri Jan 23 06:03:57 2004 +0000
@@ -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 @@
 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



Home | Main Index | Thread Index | Old Index