From 1f7e961cd6b8aa388f7f1098b0c5a65336fe6f60 Mon Sep 17 00:00:00 2001 From: Tilman Keskinoz Date: Tue, 25 Jan 2005 08:47:20 +0000 Subject: Since kris marked this port broken on amd64, the port has been updated. I can build the new version on amd64, and i couldn't find a recent pointyhat errorlog, so remove BROKEN for amd64 --- devel/stlport/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'devel/stlport/Makefile') diff --git a/devel/stlport/Makefile b/devel/stlport/Makefile index a6706b1e0b16..d06a896673b6 100644 --- a/devel/stlport/Makefile +++ b/devel/stlport/Makefile @@ -19,8 +19,8 @@ COMMENT?= Adaptation of SGI's Standard Template Library .include -.if ${ARCH} == "alpha" || ${ARCH} == "amd64" -BROKEN= "Segfault during build on alpha and amd64" +.if ${ARCH} == "alpha" +BROKEN= "Segfault during build on alpha" .endif .if !exists(/usr/include/wchar.h) -- cgit v1.2.3