diff options
author | ahze <ahze@FreeBSD.org> | 2006-09-17 09:43:14 +0800 |
---|---|---|
committer | ahze <ahze@FreeBSD.org> | 2006-09-17 09:43:14 +0800 |
commit | 11edb4893f6af929ca73fc2086a59bae91b96fb4 (patch) | |
tree | 05866b50026e519271bca90878c3b22c02d3ae36 /net | |
parent | 60970a408f9a0f9dd1376f52fbd98e5c5786e742 (diff) | |
download | freebsd-ports-gnome-11edb4893f6af929ca73fc2086a59bae91b96fb4.tar.gz freebsd-ports-gnome-11edb4893f6af929ca73fc2086a59bae91b96fb4.tar.zst freebsd-ports-gnome-11edb4893f6af929ca73fc2086a59bae91b96fb4.zip |
- Back out of last commit since this workaround doesn't always work and
mark BROKEN on sparc64
Diffstat (limited to 'net')
-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 9c362e9e6b85..af6c4ce37473 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 |