diff options
author | edwin <edwin@FreeBSD.org> | 2007-10-04 10:10:52 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2007-10-04 10:10:52 +0800 |
commit | 390824965052cc70180f9260020ce05f7bac73b3 (patch) | |
tree | de8ee9a13aa428604f4e7ec2f6467eab313deb48 /net/hawknl | |
parent | 30692bcf95616dd19481e08304ab4b7d2b142b8c (diff) | |
download | freebsd-ports-gnome-390824965052cc70180f9260020ce05f7bac73b3.tar.gz freebsd-ports-gnome-390824965052cc70180f9260020ce05f7bac73b3.tar.zst freebsd-ports-gnome-390824965052cc70180f9260020ce05f7bac73b3.zip |
Remove always-false/true conditions based on OSVERSION 500000
Diffstat (limited to 'net/hawknl')
-rw-r--r-- | net/hawknl/Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/net/hawknl/Makefile b/net/hawknl/Makefile index 0d8160a0b88b..dd94069bddd2 100644 --- a/net/hawknl/Makefile +++ b/net/hawknl/Makefile @@ -35,10 +35,6 @@ OPTIONS= OPTIMIZATION "Enable optimization" off CFLAGS+= -fPIC -DPIC .endif -.if ${OSVERSION} < 500000 -BROKEN= Doesn't build on < 5.x -.endif - .if defined(WITH_OPTIMIZATION) CFLAGS+= -funroll-all-loops -ffast-math -fomit-frame-pointer -D_GNU_SOURCE -D_REENTRANT .endif |