diff options
author | kris <kris@FreeBSD.org> | 2005-05-22 02:12:18 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2005-05-22 02:12:18 +0800 |
commit | 66a08e85c82b6a0262484b20b16289f4bdb66cad (patch) | |
tree | f1a406e8e361db8561b7b9d53fda74f73ca8c90a /devel | |
parent | 85d98c7b80355885930d46b0492b2f29fa940510 (diff) | |
download | freebsd-ports-gnome-66a08e85c82b6a0262484b20b16289f4bdb66cad.tar.gz freebsd-ports-gnome-66a08e85c82b6a0262484b20b16289f4bdb66cad.tar.zst freebsd-ports-gnome-66a08e85c82b6a0262484b20b16289f4bdb66cad.zip |
BROKEN on alpha: FPE during build
Diffstat (limited to 'devel')
-rw-r--r-- | devel/icu/Makefile | 8 | ||||
-rw-r--r-- | devel/icu4/Makefile | 8 |
2 files changed, 14 insertions, 2 deletions
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 <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> 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> |