diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2004-02-23 07:01:57 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2004-02-23 07:01:57 +0000 |
commit | d99c6111ff609c3e94d5b934caf0c9744a0f37d7 (patch) | |
tree | 4b2db3c37f8129a6b6e82c6a2002c563acc1f879 /devel/stlport | |
parent | BROKEN on !i386: Does not compile (diff) |
BROKEN on alpha and amd64: Segfault during build
Notes
Notes:
svn path=/head/; revision=101840
Diffstat (limited to 'devel/stlport')
-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 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 |