diff options
Diffstat (limited to 'french/aster')
-rw-r--r-- | french/aster/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/french/aster/Makefile b/french/aster/Makefile index 40af02951687..466b67419e78 100644 --- a/french/aster/Makefile +++ b/french/aster/Makefile @@ -53,8 +53,6 @@ USE_PYTHON= yes HAS_CONFIGURE= yes REINPLACE_ARGS= -i "" -BROKEN= does not compile - WRKSRC= ${WRKDIR}/${PORTNAME}-full-src-${PORTVERSION:R} PLIST_SUB= ASTERDIR=${PORTNAME}/${vaster} TOOLDIR=${PORTNAME}/${vaster}/outils PKGMESSAGE= ${WRKDIR}/pkg-message @@ -66,6 +64,10 @@ PKGMESSIN= pkg-message.in .include <bsd.port.pre.mk> +.if ${OSVERSION} < 700000 +BROKEN= floating point exception during build +.endif + .if ${ARCH} == "i386" FLAGARCH= -DP_LINUX -DLINUX FFLAGARCH= |