diff options
Diffstat (limited to 'devel')
-rw-r--r-- | devel/linux-f10-sdl12/Makefile | 6 | ||||
-rw-r--r-- | devel/linux-f8-sdl12/Makefile | 6 | ||||
-rw-r--r-- | devel/linux-sdl12/Makefile | 6 |
3 files changed, 15 insertions, 3 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 diff --git a/devel/linux-f8-sdl12/Makefile b/devel/linux-f8-sdl12/Makefile index c5d9f985eafb..dcaa16d1e12e 100644 --- a/devel/linux-f8-sdl12/Makefile +++ b/devel/linux-f8-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 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 |