1
0
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:
Gerald Pfeifer 2004-02-18 09:43:30 +00:00
parent da8f237415
commit 2c4fe14389
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=101310
2 changed files with 8 additions and 0 deletions

View File

@ -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

View File

@ -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