aboutsummaryrefslogtreecommitdiffstats
path: root/games
diff options
context:
space:
mode:
authorbapt <bapt@FreeBSD.org>2013-05-06 05:15:42 +0800
committerbapt <bapt@FreeBSD.org>2013-05-06 05:15:42 +0800
commitcbf1cb2c874178ae9ef42217ae7d7cda956ef75f (patch)
tree5c96eadf4ff2f1a3b5f0a0ddadcf059747237f3a /games
parentc727e5f1eb9824a0a553e1da2f119005306f458f (diff)
downloadfreebsd-ports-gnome-cbf1cb2c874178ae9ef42217ae7d7cda956ef75f.tar.gz
freebsd-ports-gnome-cbf1cb2c874178ae9ef42217ae7d7cda956ef75f.tar.zst
freebsd-ports-gnome-cbf1cb2c874178ae9ef42217ae7d7cda956ef75f.zip
Fix build with bmake
Diffstat (limited to 'games')
-rw-r--r--games/mvdsv/files/patch-Makefile.BSD20
1 files changed, 20 insertions, 0 deletions
diff --git a/games/mvdsv/files/patch-Makefile.BSD b/games/mvdsv/files/patch-Makefile.BSD
new file mode 100644
index 000000000000..79e0ae17189f
--- /dev/null
+++ b/games/mvdsv/files/patch-Makefile.BSD
@@ -0,0 +1,20 @@
+--- ./Makefile.BSD.orig 2009-09-24 22:16:17.000000000 +0200
++++ ./Makefile.BSD 2013-05-05 23:13:58.797891197 +0200
+@@ -97,7 +97,7 @@
+ ${SV_DIR}/pcre/get.o \
+ ${SV_DIR}/pcre/pcre.o
+
+-.if ${USE_ASM} == ${ASM}
++.if defined(ASM) && ${USE_ASM} == ${ASM}
+ SV_ASM_OBJS = \
+ ${SV_DIR}/bothtoolsa.o \
+ ${SV_DIR}/math.o
+@@ -119,7 +119,7 @@
+ ${QWDTOOLS_DIR}/sync.o \
+ ${QWDTOOLS_DIR}/tools.o
+
+-.if ${USE_ASM} == ${ASM}
++.if defined(ASM) && ${USE_ASM} == ${ASM}
+ QWDTOOLS_ASM_OBJS = \
+ ${SV_DIR}/bothtoolsa.o
+ .endif