From f64f294d148b832aadf4a7ccbff5802680c2e214 Mon Sep 17 00:00:00 2001 From: ahze Date: Sun, 31 Oct 2004 17:02:38 +0000 Subject: Unbreak slave port devel/stlport-icc Approved by: adamw (mentor) --- devel/stlport/Makefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'devel') diff --git a/devel/stlport/Makefile b/devel/stlport/Makefile index 9daa59db35ee..66d007f034c0 100644 --- a/devel/stlport/Makefile +++ b/devel/stlport/Makefile @@ -19,10 +19,6 @@ COMMENT?= Adaptation of SGI's Standard Template Library .include -.if ${OSVERSION} >= 502126 -BROKEN= "Does not compile on FreeBSD >= 5.x" -.endif - .if ${ARCH} == "alpha" || ${ARCH} == "amd64" BROKEN= "Segfault during build on alpha and amd64" .endif @@ -44,6 +40,10 @@ PLIST_SUB+= COMPILER=${COMPILER} INSTALL_TARGET= install_unix INSTALLS_SHLIB= yes +.if ${OSVERSION} >= 502126 && ${COMPILER}!="icc" +BROKEN= "Does not compile on FreeBSD >= 5.x" +.endif + .if ${OSVERSION} < 440000 BROKEN= "Not supported on systems prior to FreeBSD 4.4" .endif -- cgit