diff options
author | danfe <danfe@FreeBSD.org> | 2011-08-18 16:04:43 +0800 |
---|---|---|
committer | danfe <danfe@FreeBSD.org> | 2011-08-18 16:04:43 +0800 |
commit | f2fac26de41b72d3a89eb8763e18b1c83a2c5c7a (patch) | |
tree | 8c87123d215eb2227f663fd8075d5161e190a7f8 /games | |
parent | 6c2754a846ef9e9da2dd157f7a6480beec26522a (diff) | |
download | freebsd-ports-gnome-f2fac26de41b72d3a89eb8763e18b1c83a2c5c7a.tar.gz freebsd-ports-gnome-f2fac26de41b72d3a89eb8763e18b1c83a2c5c7a.tar.zst freebsd-ports-gnome-f2fac26de41b72d3a89eb8763e18b1c83a2c5c7a.zip |
Unbreak the build on 64-bit architectures.
Reported by: pav
Diffstat (limited to 'games')
-rw-r--r-- | games/mvdsv/Makefile | 2 |
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 |