aboutsummaryrefslogtreecommitdiff
path: root/games/mvdsv
diff options
context:
space:
mode:
authorAlexey Dokuchaev <danfe@FreeBSD.org>2011-08-18 08:04:43 +0000
committerAlexey Dokuchaev <danfe@FreeBSD.org>2011-08-18 08:04:43 +0000
commit58d6b4a1ae31dc4a03cf18cf1113bdb0bb254ed9 (patch)
tree185cce3a7fddafc058baf3556ee68baa270e1205 /games/mvdsv
parent89f2b336c28136662cbdda7dd075fc33e1dcb306 (diff)
downloadports-58d6b4a1ae31dc4a03cf18cf1113bdb0bb254ed9.tar.gz
ports-58d6b4a1ae31dc4a03cf18cf1113bdb0bb254ed9.zip
Unbreak the build on 64-bit architectures.
Reported by: pav
Notes
Notes: svn path=/head/; revision=279947
Diffstat (limited to 'games/mvdsv')
-rw-r--r--games/mvdsv/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/games/mvdsv/Makefile b/games/mvdsv/Makefile
index deff8e81e5f1..16851a666ca6 100644
--- a/games/mvdsv/Makefile
+++ b/games/mvdsv/Makefile
@@ -20,7 +20,7 @@ LICENSE= GPLv2
USE_ZIP= yes
HAS_CONFIGURE= yes
-CONFIGURE_ARGS= ${OPSYS}
+CONFIGURE_ARGS= ${OPSYS} ${ARCH:C/.*(64)/\1/}
ALL_TARGET= ${PORTNAME}
WRKSRC= ${WRKDIR}/mvdsv
MAKE_JOBS_UNSAFE= yes