From d4e6bf5186e82e1b9df2ee5c6ad6642f974f54e9 Mon Sep 17 00:00:00 2001 From: Felippe de Meirelles Motta Date: Sun, 27 Sep 2009 18:44:16 +0000 Subject: - Now fix to use this port on !i386. PR: ports/139119 Submitted by: Alexander Moisseev (maintainer) Feature safe: yes --- www/free-sa-devel/Makefile | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) (limited to 'www') 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 -- cgit v1.2.3