aboutsummaryrefslogtreecommitdiff
path: root/devel/linux-sdl12
diff options
context:
space:
mode:
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