aboutsummaryrefslogtreecommitdiff
path: root/devel/stlport
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2004-02-23 07:01:57 +0000
committerKris Kennaway <kris@FreeBSD.org>2004-02-23 07:01:57 +0000
commitd99c6111ff609c3e94d5b934caf0c9744a0f37d7 (patch)
tree4b2db3c37f8129a6b6e82c6a2002c563acc1f879 /devel/stlport
parentfef71c49346118be53125cdc8c5eafedffccaa7a (diff)
downloadports-d99c6111ff609c3e94d5b934caf0c9744a0f37d7.tar.gz
ports-d99c6111ff609c3e94d5b934caf0c9744a0f37d7.zip
Notes
Diffstat (limited to 'devel/stlport')
-rw-r--r--devel/stlport/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/devel/stlport/Makefile b/devel/stlport/Makefile
index f8d1d85ce789..e790de1613ba 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 ${ARCH} == "alpha" || ${ARCH} == "amd64"
+BROKEN= "Segfault during build on alpha and amd64"
+.endif
+
.if !exists(/usr/include/wchar.h)
BROKEN= "Requires /usr/include/wchar.h for compilation"
.endif