diff options
author | cjep <cjep@pkgsrc.org> | 2004-06-08 12:23:59 +0000 |
---|---|---|
committer | cjep <cjep@pkgsrc.org> | 2004-06-08 12:23:59 +0000 |
commit | f6887a97b1cf54e4589596de7e95eb1ba7b75bdf (patch) | |
tree | d960fbec5319c8cc80876917a459761fde70d4c9 /audio/esound | |
parent | 033d0f34caa9e26fcf65bcbd100e00724250b0f1 (diff) | |
download | pkgsrc-f6887a97b1cf54e4589596de7e95eb1ba7b75bdf.tar.gz |
Add USE_INET6 to BUILD_DEFS as these packages use it. Part of PR#25743 from
Georg Schwarz.
Diffstat (limited to 'audio/esound')
-rw-r--r-- | audio/esound/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/audio/esound/Makefile b/audio/esound/Makefile index 63c06650f8d..5f65c5cafda 100644 --- a/audio/esound/Makefile +++ b/audio/esound/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.50 2004/05/15 07:24:42 jmmv Exp $ +# $NetBSD: Makefile,v 1.51 2004/06/08 12:23:59 cjep Exp $ DISTNAME= esound-0.2.34 CATEGORIES= audio @@ -20,6 +20,8 @@ GNU_CONFIGURE= YES CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR} MAKE_ENV+= AM_CPPFLAGS='-DDEV_DSP=\"${DEVOSSAUDIO}\"' +BUILD_DEFS+= USE_INET6 + EGDIR= ${PREFIX}/share/examples/esound CONF_FILES= ${EGDIR}/esd.conf ${PKG_SYSCONFDIR}/esd.conf |