This prot WORKS on sparc64. Tested five minutes ago on panther.freebsd.org.
This commit is contained in:
parent
6a77cdb2f4
commit
276751f7ee
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=102080
1 changed files with 2 additions and 2 deletions
|
@ -71,8 +71,8 @@ BINARIES= gcc cpp g++ g77 gcov gcj gcjh jcf-dump jv-scan grepjar jar
|
|||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${ARCH} != "i386" && ${ARCH} != "ia64"
|
||||
BROKEN= "Does not compile on !i386 and !ia64"
|
||||
.if ${ARCH} == "amd64"
|
||||
BROKEN= "Does not compile on amd64 die to platform rename"
|
||||
.endif
|
||||
|
||||
post-configure:
|
||||
|
|
Loading…
Reference in a new issue