diff options
Diffstat (limited to 'net/tund/Makefile')
-rw-r--r-- | net/tund/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/net/tund/Makefile b/net/tund/Makefile index 327aa950f03..9c362e9e6b8 100644 --- a/net/tund/Makefile +++ b/net/tund/Makefile @@ -20,6 +20,10 @@ MANCOMPRESSED= yes .include <bsd.port.pre.mk> +.if ${ARCH}=="sparc64" +CFLAGS+= -O2 +.endif + .if ${ARCH} == "ia64" BROKEN= "Does not build on ${ARCH}" .endif |