diff options
author | jlam <jlam> | 2006-07-19 19:14:37 +0000 |
---|---|---|
committer | jlam <jlam> | 2006-07-19 19:14:37 +0000 |
commit | 69621913228b1ea1d22363e660624daf85b3602c (patch) | |
tree | 6625fccd1471e3829f048ba53292a134d2776e44 /audio | |
parent | f2547d6d01d50fc854ee9079468b89579b2aed95 (diff) | |
download | pkgsrc-69621913228b1ea1d22363e660624daf85b3602c.tar.gz |
Drop support for LTCONFIG_OVERRIDE. For quite a long time, pkgsrc
had actually been ignoring LTCONFIG_OVERRIDE anyway and just using
the default LIBTOOL_OVERRIDE to replace libtool scripts in packages.
This just formalizes the fact that LTCONFIG_OVERRIDE is not used
meaningfully by pkgsrc.
Diffstat (limited to 'audio')
-rw-r--r-- | audio/audacity/Makefile | 3 | ||||
-rw-r--r-- | audio/wsoundserver/Makefile | 3 |
2 files changed, 2 insertions, 4 deletions
diff --git a/audio/audacity/Makefile b/audio/audacity/Makefile index 002b2bb28b7..3de9dda0d72 100644 --- a/audio/audacity/Makefile +++ b/audio/audacity/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.49 2006/06/11 12:22:47 joerg Exp $ +# $NetBSD: Makefile,v 1.50 2006/07/19 19:14:37 jlam Exp $ DISTNAME= audacity-src-1.2.4b PKGNAME= audacity-1.2.4b @@ -24,7 +24,6 @@ CONFIGURE_ARGS+= --with-libmad=system CONFIGURE_ARGS+= --with-libsndfile=system CONFIGURE_ARGS+= --with-portaudio=system CONFIGURE_ARGS+= --with-vorbis=system -LTCONFIG_OVERRIDE+= ${WRKSRC}/ltconfig CONFIG_GUESS_OVERRIDE= \ config.guess */config.guess */*/config.guess */*/*/config.guess diff --git a/audio/wsoundserver/Makefile b/audio/wsoundserver/Makefile index 5c721edf5a8..79e3b25597f 100644 --- a/audio/wsoundserver/Makefile +++ b/audio/wsoundserver/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.32 2006/04/17 13:46:01 wiz Exp $ +# $NetBSD: Makefile,v 1.33 2006/07/19 19:14:37 jlam Exp $ # DISTNAME= WSoundServer-0.4.0 @@ -14,7 +14,6 @@ COMMENT= Sound server for windowmaker USE_X11BASE= YES GNU_CONFIGURE= YES USE_LIBTOOL= YES -LTCONFIG_OVERRIDE+= ${WRKSRC:Q}/ltconfig CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR:Q} # not really needed PKG_SYSCONFSUBDIR= WindowMaker |