diff options
author | Felippe de Meirelles Motta <lippe@FreeBSD.org> | 2009-09-27 18:44:16 +0000 |
---|---|---|
committer | Felippe de Meirelles Motta <lippe@FreeBSD.org> | 2009-09-27 18:44:16 +0000 |
commit | d4e6bf5186e82e1b9df2ee5c6ad6642f974f54e9 (patch) | |
tree | 08a94bd8a28bedf23545bb0fa661a74735326749 /www | |
parent | bd63216285b20b12d4289dc642b2a72a6af54743 (diff) | |
download | ports-d4e6bf5186e82e1b9df2ee5c6ad6642f974f54e9.tar.gz ports-d4e6bf5186e82e1b9df2ee5c6ad6642f974f54e9.zip |
Notes
Diffstat (limited to 'www')
-rw-r--r-- | www/free-sa-devel/Makefile | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/www/free-sa-devel/Makefile b/www/free-sa-devel/Makefile index cb625b659eb4..0a87b982cc40 100644 --- a/www/free-sa-devel/Makefile +++ b/www/free-sa-devel/Makefile @@ -36,13 +36,10 @@ BROKEN= Does not configure on sparc64 EXTRA_PATCHES+= ${FILESDIR}/extra-patch-Makefile .endif -.if (${OSVERSION} >= 700000 && ${OSVERSION} <= 800000) -EXTRA_PATCHES+= ${FILESDIR}/extra-patch-global-native.mk -.else +.if ${ARCH} == "i386" EXTRA_PATCHES+= ${FILESDIR}/extra-patch-global-i386.mk -.if ${ARCH} != "i386" -BROKEN= build fails with error: CPU you selected does not support x86-64 instruction set -.endif +.else +EXTRA_PATCHES+= ${FILESDIR}/extra-patch-global-native.mk .endif .include <bsd.port.post.mk> |