1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-18 19:49:40 +00:00

Apparently builds on amd64, but not i386 (an unusual case).

Noticed by:	"Klaus T. Aehlig" <aehlig at linta dot de>
This commit is contained in:
Mark Linimon 2011-03-11 21:27:31 +00:00
parent 065a795504
commit 0db2bdb300
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=270710

View File

@ -16,8 +16,6 @@ COMMENT= Control Language Library
LIB_DEPENDS= guile.20:${PORTSDIR}/lang/guile
BROKEN= does not build
USE_AUTOTOOLS= libtool
USE_FORTRAN= yes
USE_LDCONFIG= yes
@ -26,6 +24,10 @@ MAN1= gen-ctl-io.1
.include <bsd.port.pre.mk>
.if ${ARCH} == "i386" || ${ARCH} == "sparc64"
BROKEN= Does not compile on i386 or sparc64
.endif
.if ${OSVERSION} < 700000
USE_FORTRAN= g77
.endif