mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-10 07:04:03 +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:
parent
065a795504
commit
0db2bdb300
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=270710
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user