pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/audio/libcdaudio use LIBTOOL_OVERRIDE, not LTCONFIG_OV...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/549616e01c6f
branches:  trunk
changeset: 466767:549616e01c6f
user:      grant <grant%pkgsrc.org@localhost>
date:      Fri Jan 23 06:20:40 2004 +0000

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

bump PKGREVISION.

diffstat:

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

diffs (21 lines):

diff -r 3340450c39de -r 549616e01c6f audio/libcdaudio/Makefile
--- a/audio/libcdaudio/Makefile Fri Jan 23 06:04:57 2004 +0000
+++ b/audio/libcdaudio/Makefile Fri Jan 23 06:20:40 2004 +0000
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.16 2004/01/04 18:26:17 xtraeme Exp $
+# $NetBSD: Makefile,v 1.17 2004/01/23 06:20:40 grant Exp $
 #
 
 DISTNAME=      libcdaudio-0.99.9
+PKGREVISION=   1
 CATEGORIES=    audio
 MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE:=libcdaudio/}
 
@@ -12,6 +13,6 @@
 USE_BUILDLINK2=                YES
 GNU_CONFIGURE=         YES
 USE_LIBTOOL=           YES
-LTCONFIG_OVERRIDE=     ${WRKSRC}/ltconfig
+LIBTOOL_OVERRIDE=      ${WRKSRC}/libtool
 
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index