diff options
author | uebayasi <uebayasi> | 2005-03-07 09:41:45 +0000 |
---|---|---|
committer | uebayasi <uebayasi> | 2005-03-07 09:41:45 +0000 |
commit | 8aa436b2c353e99c9af7dc60613c32e7c13e1ea6 (patch) | |
tree | 4939745ced01b78361ccf75b8a5a17736977b8e8 /devel | |
parent | fc5b90d5c00392f4c94941ca5a7215481aafce41 (diff) | |
download | pkgsrc-8aa436b2c353e99c9af7dc60613c32e7c13e1ea6.tar.gz |
Fix quoting.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/SDL/Makefile.common | 4 |
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 |