summaryrefslogtreecommitdiff
path: root/emulators/fmsx
diff options
context:
space:
mode:
authorrillig <rillig@pkgsrc.org>2005-12-11 21:22:41 +0000
committerrillig <rillig@pkgsrc.org>2005-12-11 21:22:41 +0000
commita8d3184ce919f8283bcdc3ab418a3a8a21b33287 (patch)
tree5f015d9cc4bc889c456f3dda64bc394a12123e1d /emulators/fmsx
parenta2e64eafd608b772ede84f2d03988f8c466781e2 (diff)
downloadpkgsrc-a8d3184ce919f8283bcdc3ab418a3a8a21b33287.tar.gz
Fixed the build error introduced by the late pkglint patch by quoting
the -D defines in the DEFS variable correctly.
Diffstat (limited to 'emulators/fmsx')
-rw-r--r--emulators/fmsx/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/emulators/fmsx/Makefile b/emulators/fmsx/Makefile
index cea9b846ab8..1426401f0b2 100644
--- a/emulators/fmsx/Makefile
+++ b/emulators/fmsx/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.16 2005/12/05 20:50:11 rillig Exp $
+# $NetBSD: Makefile,v 1.17 2005/12/11 21:22:41 rillig Exp $
DISTNAME= fMSX24.tar
PKGNAME= fmsx-2.4
@@ -20,8 +20,8 @@ WRKSRC= ${WRKDIR}/MSX
.include "../../mk/bsd.prefs.mk"
USE_SUN_AUDIO?= YES
-DEFS= -DFontDir=\"\\\"${PREFIX}/share/fmsx/\"\\\"
-DEFS+= -DRomDir=\"\\\"${PREFIX}/share/fmsx/\"\\\"
+DEFS= -DFontDir=\"${PREFIX:Q}/share/fmsx/\"
+DEFS+= -DRomDir=\"${PREFIX:Q}/share/fmsx/\"
DEFS+= -DMITSHM -D${CUR_DEPTH} -DSOUND
.if ${USE_SUN_AUDIO} == "YES"
DEFS+= -DSUN_AUDIO