diff options
author | Michael Johnson <ahze@FreeBSD.org> | 2004-10-31 17:02:38 +0000 |
---|---|---|
committer | Michael Johnson <ahze@FreeBSD.org> | 2004-10-31 17:02:38 +0000 |
commit | dbbb543f84a5dcb5abb5085b4f64adc79563e923 (patch) | |
tree | 4742b91df2f2a44de098571955d098ca10f1c957 /devel/stlport | |
parent | d71c181fa86710439bb1bc0b22f0622ee6d1fe14 (diff) | |
download | ports-dbbb543f84a5dcb5abb5085b4f64adc79563e923.tar.gz ports-dbbb543f84a5dcb5abb5085b4f64adc79563e923.zip |
Notes
Diffstat (limited to 'devel/stlport')
-rw-r--r-- | devel/stlport/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
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 <bsd.port.pre.mk> -.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 |