From 5271a8ace154529405b2e055e26863e196215ba3 Mon Sep 17 00:00:00 2001 From: Kris Kennaway Date: Sat, 21 May 2005 18:12:18 +0000 Subject: BROKEN on alpha: FPE during build --- devel/icu/Makefile | 8 +++++++- devel/icu4/Makefile | 8 +++++++- 2 files changed, 14 insertions(+), 2 deletions(-) (limited to 'devel') diff --git a/devel/icu/Makefile b/devel/icu/Makefile index aef3da62e7d0..0b5e056aa68a 100644 --- a/devel/icu/Makefile +++ b/devel/icu/Makefile @@ -62,6 +62,12 @@ ICUMAJOR= ${PORTVERSION:S/.//:R} PLIST_SUB+= ICUMAJOR=${ICUMAJOR} PLIST_SUB+= ICUVER=${PORTVERSION} +.include + +.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 +.include 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 + +.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 +.include -- cgit v1.2.3