diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2011-01-09 12:50:16 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2011-01-09 12:50:16 +0000 |
commit | 8759d3cb68af039ebbabe7ba285f7c501ddb9284 (patch) | |
tree | 042f7fe06c383691310ef426422b5c4b184581b5 /devel/icu/Makefile | |
parent | Fix mysqlclient library in single-threaded applications, (diff) |
icu-4.8 doesn't fail on sparc64, so remove BROKEN
Submitted by: flo
Tested by: flo
Notes
Notes:
svn path=/head/; revision=267543
Diffstat (limited to 'devel/icu/Makefile')
-rw-r--r-- | devel/icu/Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/devel/icu/Makefile b/devel/icu/Makefile index 6dc27c5578af..d0863c0b5224 100644 --- a/devel/icu/Makefile +++ b/devel/icu/Makefile @@ -64,10 +64,6 @@ PLIST_SUB+= ICUMAJOR=${ICUMAJOR} ICUMINOR=${ICUMINOR} ICUVER=${PORTVERSION} .include <bsd.port.pre.mk> -.if ${ARCH} == "sparc64" -BROKEN= Does not install on sparc64: fails 3 iotests -.endif - .if defined(WITHOUT_THREADS) CONFIGURE_ARGS+= --enable-threads=no .else |