diff options
author | drochner <drochner@pkgsrc.org> | 2008-07-30 10:24:40 +0000 |
---|---|---|
committer | drochner <drochner@pkgsrc.org> | 2008-07-30 10:24:40 +0000 |
commit | 83b1af6cf69677c9298cb34e1794836a41f90b38 (patch) | |
tree | bb9859e9c355b135090a9b8d4487bbad0d5132ec /audio/esound | |
parent | 3d045cc7f70d6dfee67e67fdb86a5be33d0dd2b3 (diff) | |
download | pkgsrc-83b1af6cf69677c9298cb34e1794836a41f90b38.tar.gz |
make "configure" ignore "jade", otherwise it might pick it up and fail
Diffstat (limited to 'audio/esound')
-rw-r--r-- | audio/esound/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/audio/esound/Makefile b/audio/esound/Makefile index 173d9e7c3e6..51bf3a020fd 100644 --- a/audio/esound/Makefile +++ b/audio/esound/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.69 2008/07/29 21:58:13 wiz Exp $ +# $NetBSD: Makefile,v 1.70 2008/07/30 10:24:40 drochner Exp $ DISTNAME= esound-0.2.39 CATEGORIES= audio @@ -18,6 +18,7 @@ PKGCONFIG_OVERRIDE= esound.pc.in GNU_CONFIGURE= YES CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR:Q} +CONFIGURE_ENV+= ac_cv_prog_JW=false EGDIR= ${PREFIX}/share/examples/esound CONF_FILES= ${EGDIR}/esd.conf ${PKG_SYSCONFDIR}/esd.conf |