diff options
author | arved <arved@FreeBSD.org> | 2005-01-25 08:47:20 +0000 |
---|---|---|
committer | arved <arved@FreeBSD.org> | 2005-01-25 08:47:20 +0000 |
commit | 18e4bcf1db132cefbc15108a11240bb88fbdc35f (patch) | |
tree | 38a74a7a9bb633c275c8e9ca5877abf97df36cf9 /devel | |
parent | 3d708d7039df9e3fd4bcc656c16f6b07acadeaf4 (diff) | |
download | FreeBSD-ports-18e4bcf1db132cefbc15108a11240bb88fbdc35f.zip FreeBSD-ports-18e4bcf1db132cefbc15108a11240bb88fbdc35f.tar.gz |
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
Diffstat (limited to 'devel')
-rw-r--r-- | devel/stlport/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/stlport/Makefile b/devel/stlport/Makefile index a6706b1..d06a896 100644 --- a/devel/stlport/Makefile +++ b/devel/stlport/Makefile @@ -19,8 +19,8 @@ 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" +.if ${ARCH} == "alpha" +BROKEN= "Segfault during build on alpha" .endif .if !exists(/usr/include/wchar.h) |