diff options
author | ahze <ahze@FreeBSD.org> | 2006-09-17 01:43:14 +0000 |
---|---|---|
committer | ahze <ahze@FreeBSD.org> | 2006-09-17 01:43:14 +0000 |
commit | 11edb4893f6af929ca73fc2086a59bae91b96fb4 (patch) | |
tree | 05866b50026e519271bca90878c3b22c02d3ae36 | |
parent | 60970a408f9a0f9dd1376f52fbd98e5c5786e742 (diff) | |
download | FreeBSD-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/Makefile | 6 |
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 |