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