- Limit BROKEN status to 6.x only
Analyzed by: thierry (maintainer)
This commit is contained in:
parent
b55ad7506a
commit
191f62951a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=212631
1 changed files with 4 additions and 2 deletions
|
@ -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=
|
||||
|
|
Loading…
Reference in a new issue