diff options
author | wiz <wiz@pkgsrc.org> | 2007-02-23 14:23:13 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2007-02-23 14:23:13 +0000 |
commit | 1d5bfa14d88afd8b194aa49cd7d310e09da904b0 (patch) | |
tree | f56d92d568f8ca2e9bdc78e5154d1fd84ce12a16 /audio/audacity | |
parent | 3177281f93b2e412e03361eea1fd92255301fa48 (diff) | |
download | pkgsrc-1d5bfa14d88afd8b194aa49cd7d310e09da904b0.tar.gz |
Set WX_CONFIG to wx24-config, otherwise configure complains it cannot find
wxGTK (it is looking for wx-config).
Diffstat (limited to 'audio/audacity')
-rw-r--r-- | audio/audacity/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/audio/audacity/Makefile b/audio/audacity/Makefile index 5caf8831638..f1c009acd07 100644 --- a/audio/audacity/Makefile +++ b/audio/audacity/Makefile @@ -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-libmad=system 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 |