summaryrefslogtreecommitdiff
path: root/audio/sweep
diff options
context:
space:
mode:
authoruebayasi <uebayasi>2005-02-14 08:16:35 +0000
committeruebayasi <uebayasi>2005-02-14 08:16:35 +0000
commit456413fdc534bdfd6977430cfccc1dbcb767f59d (patch)
tree7730e2ec631a764a775371569eff1fa8b96747c1 /audio/sweep
parent48dc05648878d101c18bf6f5465e076ef7c4a888 (diff)
downloadpkgsrc-456413fdc534bdfd6977430cfccc1dbcb767f59d.tar.gz
Fix quoting.
Diffstat (limited to 'audio/sweep')
-rw-r--r--audio/sweep/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/sweep/Makefile b/audio/sweep/Makefile
index 733475076c1..3714e3f3c1f 100644
--- a/audio/sweep/Makefile
+++ b/audio/sweep/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.22 2004/12/14 18:45:11 minskim Exp $
+# $NetBSD: Makefile,v 1.23 2005/02/14 08:16:35 uebayasi Exp $
#
DISTNAME= sweep-0.8.3
@@ -23,7 +23,7 @@ GNU_CONFIGURE= YES
CONFIGURE_ARGS+= --disable-oggtest
CONFIGURE_ARGS+= --disable-vorbistest
-CPPFLAGS+= -DDEVOSSAUDIO=\"\\\"${DEVOSSAUDIO}\\\"\"
+CPPFLAGS+= -DDEVOSSAUDIO="\"${DEVOSSAUDIO}\""
MAKE_ENV+= EXPORT_SYMBOLS_LDFLAGS=${EXPORT_SYMBOLS_LDFLAGS}
.include "../../audio/libvorbis/buildlink3.mk"