From d99c6111ff609c3e94d5b934caf0c9744a0f37d7 Mon Sep 17 00:00:00 2001 From: Kris Kennaway Date: Mon, 23 Feb 2004 07:01:57 +0000 Subject: BROKEN on alpha and amd64: Segfault during build --- devel/stlport/Makefile | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'devel/stlport') 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 +.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 -- cgit v1.2.3