mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-15 07:56:36 +00:00
Mark broken on amd64 (which used to be called x86_64).
This commit is contained in:
parent
da8f237415
commit
2c4fe14389
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=101310
@ -43,6 +43,10 @@ NOMANCOMPRESS= yes # too hard to deal with differences on 5-cur and releng4
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${ARCH} == "amd64"
|
||||
BROKEN= "Configure broken due to renaming this architecture from x86_84."
|
||||
.endif
|
||||
|
||||
.if ${PORTOBJFORMAT} == "aout"
|
||||
CONFIGURE_TARGET= ${ARCH}-portbld-freebsdaout${OSREL}
|
||||
.else
|
||||
|
@ -49,6 +49,10 @@ NOMANCOMPRESS= yes # too hard to deal with differences on 5-cur and releng4
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${ARCH} == "amd64"
|
||||
BROKEN= "Configure broken due to renaming this architecture from x86_84."
|
||||
.endif
|
||||
|
||||
.if ${ARCH} == sparc64
|
||||
BROKEN= "libgcj is not supported/packaging is broken on this platform"
|
||||
.endif
|
||||
|
Loading…
Reference in New Issue
Block a user