summaryrefslogtreecommitdiff
path: root/audio
diff options
context:
space:
mode:
authoruebayasi <uebayasi@pkgsrc.org>2005-03-14 10:25:47 +0000
committeruebayasi <uebayasi@pkgsrc.org>2005-03-14 10:25:47 +0000
commitf18cba3041d4d8dc1d88cb85d820be835a153fe4 (patch)
tree855339f951cedeee1f0195e14d3b31234cafd2f7 /audio
parent46f86bd4c26e20ea34be9b56aa995b87b32ecc3f (diff)
downloadpkgsrc-f18cba3041d4d8dc1d88cb85d820be835a153fe4.tar.gz
Back out previous, irrelevant quoting fix.
Diffstat (limited to 'audio')
-rw-r--r--audio/xmms-crossfade/Makefile4
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"