diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2005-05-21 18:12:18 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2005-05-21 18:12:18 +0000 |
commit | 5271a8ace154529405b2e055e26863e196215ba3 (patch) | |
tree | cdb3636a1cea86671b7130be7cb254faa69229e1 /devel/icu4/Makefile | |
parent | 8ad61ab068441c86c5e1316cf9c6ecfd7e62f271 (diff) | |
download | ports-5271a8ace154529405b2e055e26863e196215ba3.tar.gz ports-5271a8ace154529405b2e055e26863e196215ba3.zip |
Notes
Diffstat (limited to 'devel/icu4/Makefile')
-rw-r--r-- | devel/icu4/Makefile | 8 |
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> |