summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorFelippe de Meirelles Motta <lippe@FreeBSD.org>2009-09-27 18:44:16 +0000
committerFelippe de Meirelles Motta <lippe@FreeBSD.org>2009-09-27 18:44:16 +0000
commitd4e6bf5186e82e1b9df2ee5c6ad6642f974f54e9 (patch)
tree08a94bd8a28bedf23545bb0fa661a74735326749 /www
parentUpdate to 2.44. (diff)
- Now fix to use this port on !i386.
PR: ports/139119 Submitted by: Alexander Moisseev <moiseev@mezonplus.ru> (maintainer) Feature safe: yes
Notes
Notes: svn path=/head/; revision=242177
Diffstat (limited to 'www')
-rw-r--r--www/free-sa-devel/Makefile9
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>