summaryrefslogtreecommitdiff
path: root/emulators
diff options
context:
space:
mode:
authorAlejandro Pulver <alepulver@FreeBSD.org>2009-09-22 22:24:19 +0000
committerAlejandro Pulver <alepulver@FreeBSD.org>2009-09-22 22:24:19 +0000
commitcad3fc58bdfdf1b9fe8ac3f8e48ecf28f6da0ad9 (patch)
tree792d120556aaa1cbaa1f838b2923d140e02f0a2a /emulators
parentUpdate to 2.5.9. (diff)
- Fix building with recent nasm.
Feature safe: yes (miwi)
Notes
Notes: svn path=/head/; revision=241926
Diffstat (limited to 'emulators')
-rw-r--r--emulators/generator-cbiere/Makefile4
-rw-r--r--emulators/generator/Makefile4
2 files changed, 8 insertions, 0 deletions
diff --git a/emulators/generator-cbiere/Makefile b/emulators/generator-cbiere/Makefile
index a913ea5a68be..7ffcd89dc2c7 100644
--- a/emulators/generator-cbiere/Makefile
+++ b/emulators/generator-cbiere/Makefile
@@ -55,6 +55,10 @@ CONFIGURE_ARGS+=--with-cmz80
CONFIGURE_ARGS+=--with-sdl-audio
.endif
+post-patch:
+ @${REINPLACE_CMD} -e '/%define %1 @UNDERSCORE@%1 /d' \
+ ${WRKSRC}/raze/raze.asm.in
+
post-install:
@${ECHO_CMD}
@${CAT} ${PKGMESSAGE}
diff --git a/emulators/generator/Makefile b/emulators/generator/Makefile
index 778117fde650..d86f7608ddbc 100644
--- a/emulators/generator/Makefile
+++ b/emulators/generator/Makefile
@@ -65,6 +65,10 @@ CONFIGURE_ARGS+=--with-cmz80
CONFIGURE_ARGS+=--with-sdl-audio
.endif
+post-patch:
+ @${REINPLACE_CMD} -e '/%define %1 @UNDERSCORE@%1 /d' \
+ ${WRKSRC}/raze/raze.asm.in
+
post-install:
@${ECHO_CMD}
@${CAT} ${PKGMESSAGE}