aboutsummaryrefslogtreecommitdiffstats
path: root/devel
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2004-02-23 15:01:57 +0800
committerKris Kennaway <kris@FreeBSD.org>2004-02-23 15:01:57 +0800
commitd99c6111ff609c3e94d5b934caf0c9744a0f37d7 (patch)
tree4b2db3c37f8129a6b6e82c6a2002c563acc1f879 /devel
parentfef71c49346118be53125cdc8c5eafedffccaa7a (diff)
downloadfreebsd-ports-gnome-d99c6111ff609c3e94d5b934caf0c9744a0f37d7.tar.gz
freebsd-ports-gnome-d99c6111ff609c3e94d5b934caf0c9744a0f37d7.tar.zst
freebsd-ports-gnome-d99c6111ff609c3e94d5b934caf0c9744a0f37d7.zip
BROKEN on alpha and amd64: Segfault during build
Diffstat (limited to 'devel')
-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