pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/emulators/fmsx Fixed the build error introduced by the...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/e478ac690436
branches:  trunk
changeset: 504478:e478ac690436
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Sun Dec 11 21:22:41 2005 +0000

description:
Fixed the build error introduced by the late pkglint patch by quoting
the -D defines in the DEFS variable correctly.

diffstat:

 emulators/fmsx/Makefile |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (20 lines):

diff -r aef22ad7149f -r e478ac690436 emulators/fmsx/Makefile
--- a/emulators/fmsx/Makefile   Sun Dec 11 21:16:46 2005 +0000
+++ b/emulators/fmsx/Makefile   Sun Dec 11 21:22:41 2005 +0000
@@ -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 @@
 
 .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



Home | Main Index | Thread Index | Old Index