1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-22 04:17:44 +00:00

- Back out of last commit since this workaround doesn't always work and

mark BROKEN on sparc64
This commit is contained in:
Michael Johnson 2006-09-17 01:43:14 +00:00
parent a613fbc49e
commit 2513f35902
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=173188

View File

@ -20,11 +20,7 @@ MANCOMPRESSED= yes
.include <bsd.port.pre.mk>
.if ${ARCH}=="sparc64"
CFLAGS+= -O2
.endif
.if ${ARCH} == "ia64"
.if ${ARCH} == "ia64" || ${ARCH} == "sparc64"
BROKEN= "Does not build on ${ARCH}"
.endif