diff options
author | uebayasi <uebayasi> | 2005-02-14 08:16:35 +0000 |
---|---|---|
committer | uebayasi <uebayasi> | 2005-02-14 08:16:35 +0000 |
commit | 456413fdc534bdfd6977430cfccc1dbcb767f59d (patch) | |
tree | 7730e2ec631a764a775371569eff1fa8b96747c1 /audio/sweep/Makefile | |
parent | 48dc05648878d101c18bf6f5465e076ef7c4a888 (diff) | |
download | pkgsrc-456413fdc534bdfd6977430cfccc1dbcb767f59d.tar.gz |
Fix quoting.
Diffstat (limited to 'audio/sweep/Makefile')
-rw-r--r-- | audio/sweep/Makefile | 4 |
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" |