diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2004-09-26 03:11:57 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2004-09-26 03:11:57 +0000 |
commit | 82f9e5ad5571ce54362c74935980b39d71601aeb (patch) | |
tree | 2f71c6551b79631fbd542b141c384e669000ca3e /devel/stlport/Makefile | |
parent | 954affa7791628821f7a44260c318fd8b30ae842 (diff) | |
download | ports-82f9e5ad5571ce54362c74935980b39d71601aeb.tar.gz ports-82f9e5ad5571ce54362c74935980b39d71601aeb.zip |
Notes
Diffstat (limited to 'devel/stlport/Makefile')
-rw-r--r-- | devel/stlport/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/devel/stlport/Makefile b/devel/stlport/Makefile index e790de1613ba..9daa59db35ee 100644 --- a/devel/stlport/Makefile +++ b/devel/stlport/Makefile @@ -19,6 +19,10 @@ 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 |