diff options
author | cjep <cjep> | 2004-06-08 12:23:59 +0000 |
---|---|---|
committer | cjep <cjep> | 2004-06-08 12:23:59 +0000 |
commit | ea31340c4a9dc637ac3f381b50eea12b8146bfad (patch) | |
tree | d960fbec5319c8cc80876917a459761fde70d4c9 /audio/xmms | |
parent | 2e112e9c5186ea7aab1ca464b263ed907ed69e51 (diff) | |
download | pkgsrc-ea31340c4a9dc637ac3f381b50eea12b8146bfad.tar.gz |
Add USE_INET6 to BUILD_DEFS as these packages use it. Part of PR#25743 from
Georg Schwarz.
Diffstat (limited to 'audio/xmms')
-rw-r--r-- | audio/xmms/Makefile.common | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/audio/xmms/Makefile.common b/audio/xmms/Makefile.common index 1a06f356b7a..7d6654bb23b 100644 --- a/audio/xmms/Makefile.common +++ b/audio/xmms/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.11 2004/05/15 09:18:55 grant Exp $ +# $NetBSD: Makefile.common,v 1.12 2004/06/08 12:23:59 cjep Exp $ # DISTNAME= xmms-1.2.10 @@ -22,6 +22,8 @@ DISTINFO_FILE= ${.CURDIR}/../../audio/xmms/distinfo FILESDIR= ${.CURDIR}/../../audio/xmms/files PATCHDIR= ${.CURDIR}/../../audio/xmms/patches +BUILD_DEFS+= USE_INET6 + CONFIGURE_ARGS+= --without-gnome SHLIBTOOL_OVERRIDE= libtool |