aboutsummaryrefslogtreecommitdiff
path: root/devel/linux-sdl12
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2005-10-09 13:50:49 +0000
committerPav Lucistnik <pav@FreeBSD.org>2005-10-09 13:50:49 +0000
commit3a4b91a101af9d7d022cdec08e7d2946e72ad675 (patch)
tree9ef9d72a18abf9b8e7ad418798a5968cba4f14ff /devel/linux-sdl12
parent3ad30f435ebf9dfcd28c85391a98a9c405301560 (diff)
downloadports-3a4b91a101af9d7d022cdec08e7d2946e72ad675.tar.gz
ports-3a4b91a101af9d7d022cdec08e7d2946e72ad675.zip
- Allow on amd64 (tested on simutrans)
Notes
Notes: svn path=/head/; revision=144675
Diffstat (limited to 'devel/linux-sdl12')
-rw-r--r--devel/linux-sdl12/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/devel/linux-sdl12/Makefile b/devel/linux-sdl12/Makefile
index c5d9f985eafb..dcaa16d1e12e 100644
--- a/devel/linux-sdl12/Makefile
+++ b/devel/linux-sdl12/Makefile
@@ -27,7 +27,7 @@ USE_LINUX_PREFIX= yes
USE_XLIB= yes
LDCONFIG_LINUX= ${LINUXBASE}/sbin/ldconfig
-ONLY_FOR_ARCHS= i386 alpha
+ONLY_FOR_ARCHS= i386 alpha amd64
DIST_SUBDIR= rpm
NO_BUILD= yes
NO_FILTER_SHLIBS= yes
@@ -41,6 +41,10 @@ RPMDIR= ${DISTDIR}/${DIST_SUBDIR}
.include <bsd.port.pre.mk>
+.if ${ARCH} == "amd64"
+MACHINE_ARCH= i386
+.endif
+
.if ${ARCH} == "alpha"
BROKEN= "Unfetchable"
.endif