aboutsummaryrefslogtreecommitdiffstats
path: root/devel/linux-f10-sdl12
diff options
context:
space:
mode:
authorpav <pav@FreeBSD.org>2005-10-09 21:50:49 +0800
committerpav <pav@FreeBSD.org>2005-10-09 21:50:49 +0800
commit5ee69016aabff95268e2949d2b9583268a2ed7f7 (patch)
treeaa19160460cd98ea7ab8e8f21d9ffc5a1ddd2ef7 /devel/linux-f10-sdl12
parentd82672966a444efdaa687030c23fe75d2500fc1f (diff)
downloadfreebsd-ports-gnome-5ee69016aabff95268e2949d2b9583268a2ed7f7.tar.gz
freebsd-ports-gnome-5ee69016aabff95268e2949d2b9583268a2ed7f7.tar.zst
freebsd-ports-gnome-5ee69016aabff95268e2949d2b9583268a2ed7f7.zip
- Allow on amd64 (tested on simutrans)
Diffstat (limited to 'devel/linux-f10-sdl12')
-rw-r--r--devel/linux-f10-sdl12/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/devel/linux-f10-sdl12/Makefile b/devel/linux-f10-sdl12/Makefile
index c5d9f985eafb..dcaa16d1e12e 100644
--- a/devel/linux-f10-sdl12/Makefile
+++ b/devel/linux-f10-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