summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authoruebayasi <uebayasi@pkgsrc.org>2005-03-07 09:41:45 +0000
committeruebayasi <uebayasi@pkgsrc.org>2005-03-07 09:41:45 +0000
commit71960dee9e67049bef13c9efb3653608b1fe85a9 (patch)
tree4939745ced01b78361ccf75b8a5a17736977b8e8 /devel
parent7de1e6abd3cfa4de3939e995455186495a23758a (diff)
downloadpkgsrc-71960dee9e67049bef13c9efb3653608b1fe85a9.tar.gz
Fix quoting.
Diffstat (limited to 'devel')
-rw-r--r--devel/SDL/Makefile.common4
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/SDL/Makefile.common b/devel/SDL/Makefile.common
index 8fd81d7b405..c9456b2a700 100644
--- a/devel/SDL/Makefile.common
+++ b/devel/SDL/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.17 2005/01/05 12:05:19 adam Exp $
+# $NetBSD: Makefile.common,v 1.18 2005/03/07 09:48:36 uebayasi Exp $
DISTNAME= SDL-1.2.8
CATEGORIES= devel games
@@ -57,7 +57,7 @@ BUILDLINK_PASSTHRU_DIRS+= ${_dir_}
.include "../../mk/ossaudio.buildlink3.mk"
. if defined(HAVE_OSS) && ${HAVE_OSS} == "YES"
-AM_CFLAGS= -D_PATH_DEV_DSP=\\\"${DEVOSSAUDIO}\\\"
+AM_CFLAGS= -D_PATH_DEV_DSP="\"${DEVOSSAUDIO}\""
MAKE_ENV+= AM_CFLAGS="${AM_CFLAGS}"
.endif