diff options
author | mi <mi@FreeBSD.org> | 2006-08-22 22:19:23 +0800 |
---|---|---|
committer | mi <mi@FreeBSD.org> | 2006-08-22 22:19:23 +0800 |
commit | 794204ba0dad2213a9f6c9f76c77064b9508d935 (patch) | |
tree | 561950627bb02bdd7ca97fdfaf95410c56acc8d7 /devel/icu4 | |
parent | 7fbe5c7813617847f8ec6675dd8578affd81634f (diff) | |
download | freebsd-ports-gnome-794204ba0dad2213a9f6c9f76c77064b9508d935.tar.gz freebsd-ports-gnome-794204ba0dad2213a9f6c9f76c77064b9508d935.tar.zst freebsd-ports-gnome-794204ba0dad2213a9f6c9f76c77064b9508d935.zip |
Unbreak for ia64 -- it should work now.
Diffstat (limited to 'devel/icu4')
-rw-r--r-- | devel/icu4/Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/devel/icu4/Makefile b/devel/icu4/Makefile index 2309ffb84df3..7b9df739c7f3 100644 --- a/devel/icu4/Makefile +++ b/devel/icu4/Makefile @@ -51,10 +51,6 @@ PLIST_SUB+= ICUVER=${PORTVERSION} .include <bsd.port.pre.mk> -.if ${ARCH} == "ia64" -BROKEN= "Segfault during build on ia64" -.endif - .if ${ARCH} != "sparc64" post-patch: ${REINPLACE_CMD} 's,-fPIC,-fpic,' ${WRKSRC}/config/mh-bsd-gcc |