aboutsummaryrefslogtreecommitdiff
path: root/net/hawknl-devel
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2006-07-15 22:17:31 +0000
committerMark Linimon <linimon@FreeBSD.org>2006-07-15 22:17:31 +0000
commit496a30746b1abc1a17305b6c6d50e6e2327bd716 (patch)
treeb2b71abbf9c3cf3ab74c80e0ab5c40d0a995d27b /net/hawknl-devel
parentee7d3c1a28b1288076b43451f04ea3203c1d4913 (diff)
downloadports-496a30746b1abc1a17305b6c6d50e6e2327bd716.tar.gz
ports-496a30746b1abc1a17305b6c6d50e6e2327bd716.zip
Notes
Diffstat (limited to 'net/hawknl-devel')
-rw-r--r--net/hawknl-devel/Makefile7
1 files changed, 7 insertions, 0 deletions
diff --git a/net/hawknl-devel/Makefile b/net/hawknl-devel/Makefile
index a9e4283665db..02d68aacb2f3 100644
--- a/net/hawknl-devel/Makefile
+++ b/net/hawknl-devel/Makefile
@@ -35,6 +35,13 @@ OPTIONS= OPTIMIZATION "Enable optimization" off
.include <bsd.port.pre.mk>
+.if ${ARCH} == i386 && ${OSVERSION} < 500000
+BROKEN= does not compile on i386-4
+.endif
+.if ${ARCH} == amd64 || ${ARCH} == ia64
+BROKEN= does not compile on ${ARCH}
+.endif
+
.if defined(WITH_OPTIMIZATION)
CFLAGS+= -funroll-all-loops -ffast-math -fomit-frame-pointer -D_GNU_SOURCE -D_REENTRANT
.endif