summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorahze <ahze@FreeBSD.org>2006-09-17 01:43:14 +0000
committerahze <ahze@FreeBSD.org>2006-09-17 01:43:14 +0000
commit11edb4893f6af929ca73fc2086a59bae91b96fb4 (patch)
tree05866b50026e519271bca90878c3b22c02d3ae36
parent60970a408f9a0f9dd1376f52fbd98e5c5786e742 (diff)
downloadFreeBSD-ports-11edb4893f6af929ca73fc2086a59bae91b96fb4.zip
FreeBSD-ports-11edb4893f6af929ca73fc2086a59bae91b96fb4.tar.gz
- Back out of last commit since this workaround doesn't always work and
mark BROKEN on sparc64
-rw-r--r--net/tund/Makefile6
1 files changed, 1 insertions, 5 deletions
diff --git a/net/tund/Makefile b/net/tund/Makefile
index 9c362e9..af6c4ce 100644
--- a/net/tund/Makefile
+++ b/net/tund/Makefile
@@ -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
OpenPOWER on IntegriCloud