aboutsummaryrefslogtreecommitdiff
path: root/devel/icu4
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2005-05-21 18:12:18 +0000
committerKris Kennaway <kris@FreeBSD.org>2005-05-21 18:12:18 +0000
commit5271a8ace154529405b2e055e26863e196215ba3 (patch)
treecdb3636a1cea86671b7130be7cb254faa69229e1 /devel/icu4
parent8ad61ab068441c86c5e1316cf9c6ecfd7e62f271 (diff)
downloadports-5271a8ace154529405b2e055e26863e196215ba3.tar.gz
ports-5271a8ace154529405b2e055e26863e196215ba3.zip
Notes
Diffstat (limited to 'devel/icu4')
-rw-r--r--devel/icu4/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/devel/icu4/Makefile b/devel/icu4/Makefile
index aef3da62e7d0..0b5e056aa68a 100644
--- a/devel/icu4/Makefile
+++ b/devel/icu4/Makefile
@@ -62,6 +62,12 @@ ICUMAJOR= ${PORTVERSION:S/.//:R}
PLIST_SUB+= ICUMAJOR=${ICUMAJOR}
PLIST_SUB+= ICUVER=${PORTVERSION}
+.include <bsd.port.pre.mk>
+
+.if ${ARCH} == "alpha"
+BROKEN= "Floating point exception during build on alpha"
+.endif
+
pre-fetch:
.if !defined(BATCH) && !defined(PACKAGE_BUILDING)
#
@@ -101,4 +107,4 @@ post-build: iotest cintltst
# `make intltest' manually.
#
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>