diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2005-10-09 13:50:49 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2005-10-09 13:50:49 +0000 |
commit | 3a4b91a101af9d7d022cdec08e7d2946e72ad675 (patch) | |
tree | 9ef9d72a18abf9b8e7ad418798a5968cba4f14ff /devel/linux-f10-sdl12 | |
parent | 3ad30f435ebf9dfcd28c85391a98a9c405301560 (diff) | |
download | ports-3a4b91a101af9d7d022cdec08e7d2946e72ad675.tar.gz ports-3a4b91a101af9d7d022cdec08e7d2946e72ad675.zip |
Notes
Diffstat (limited to 'devel/linux-f10-sdl12')
-rw-r--r-- | devel/linux-f10-sdl12/Makefile | 6 |
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 |