pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/audio/audacity Set WX_CONFIG to wx24-config, otherwise...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/02ec58059c49
branches:  trunk
changeset: 525814:02ec58059c49
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Fri Feb 23 14:23:13 2007 +0000

description:
Set WX_CONFIG to wx24-config, otherwise configure complains it cannot find
wxGTK (it is looking for wx-config).

diffstat:

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

diffs (17 lines):

diff -r 0729f1e0a39b -r 02ec58059c49 audio/audacity/Makefile
--- a/audio/audacity/Makefile   Fri Feb 23 14:01:20 2007 +0000
+++ b/audio/audacity/Makefile   Fri Feb 23 14:23:13 2007 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.55 2007/02/23 09:15:23 ghen Exp $
+# $NetBSD: Makefile,v 1.56 2007/02/23 14:23:13 wiz Exp $
 
 DISTNAME=              audacity-src-1.2.6
 PKGNAME=               ${DISTNAME:S/-src-/-/}
@@ -22,6 +22,7 @@
 CONFIGURE_ARGS+=       --with-libsndfile=system
 CONFIGURE_ARGS+=       --with-portaudio=system
 CONFIGURE_ARGS+=       --with-vorbis=system
+CONFIGURE_ENV+=                WX_CONFIG=${LOCALBASE}/bin/wx24-config
 
 CONFIG_GUESS_OVERRIDE=         \
        config.guess */config.guess */*/config.guess */*/*/config.guess



Home | Main Index | Thread Index | Old Index