diff options
Diffstat (limited to 'devel/icu4')
-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> |