1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-20 20:09:11 +00:00

Unbreak slave port devel/stlport-icc

Approved by:	adamw (mentor)
This commit is contained in:
Michael Johnson 2004-10-31 17:02:38 +00:00
parent d71c181fa8
commit dbbb543f84
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=120538

View File

@ -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