diff options
author | uebayasi <uebayasi@pkgsrc.org> | 2005-03-14 10:25:47 +0000 |
---|---|---|
committer | uebayasi <uebayasi@pkgsrc.org> | 2005-03-14 10:25:47 +0000 |
commit | 1756061e68f05b8f459b4994c12eaeb75522e502 (patch) | |
tree | 855339f951cedeee1f0195e14d3b31234cafd2f7 /audio | |
parent | 49894babdaf0d24128f6bd884918407971c907a9 (diff) | |
download | pkgsrc-1756061e68f05b8f459b4994c12eaeb75522e502.tar.gz |
Back out previous, irrelevant quoting fix.
Diffstat (limited to 'audio')
-rw-r--r-- | audio/xmms-crossfade/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/xmms-crossfade/Makefile b/audio/xmms-crossfade/Makefile index c93ad7388be..12c1b998688 100644 --- a/audio/xmms-crossfade/Makefile +++ b/audio/xmms-crossfade/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.20 2005/03/07 09:42:34 uebayasi Exp $ +# $NetBSD: Makefile,v 1.21 2005/03/14 10:25:47 uebayasi Exp $ # DISTNAME= xmms-crossfade-0.2.9 @@ -17,7 +17,7 @@ GNU_CONFIGURE= YES USE_LIBTOOL= YES LDFLAGS+= ${LIBOSSAUDIO} -OSS_DEFS+= -DDEFAULT_OSS_ALT_AUDIO_DEVICE="\"${DEVOSSSOUND}\"" +OSS_DEFS+= -DDEFAULT_OSS_ALT_AUDIO_DEVICE=\\\"${DEVOSSSOUND}\\\" MAKE_ENV+= OSS_DEFS="${OSS_DEFS}" .include "../../audio/xmms/buildlink3.mk" |