aboutsummaryrefslogtreecommitdiff
path: root/net/sdr/Makefile
diff options
context:
space:
mode:
authorVolker Stolz <vs@FreeBSD.org>2008-06-24 03:20:53 +0000
committerVolker Stolz <vs@FreeBSD.org>2008-06-24 03:20:53 +0000
commit8dbd20486785c19446f61448257543ccfd759600 (patch)
tree7594e0c038214642824ffed53b267ace1e5630fc /net/sdr/Makefile
parentc3f9e7f0257e6ac0409dc1fa4b90c2d890a89821 (diff)
downloadports-8dbd20486785c19446f61448257543ccfd759600.tar.gz
ports-8dbd20486785c19446f61448257543ccfd759600.zip
Unbreak compiler flags on >= FreeBSD 7
Notes
Notes: svn path=/head/; revision=215661
Diffstat (limited to 'net/sdr/Makefile')
-rw-r--r--net/sdr/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/sdr/Makefile b/net/sdr/Makefile
index a78730a1528d..b8a385d7a057 100644
--- a/net/sdr/Makefile
+++ b/net/sdr/Makefile
@@ -28,7 +28,7 @@ post-extract:
.include <bsd.port.pre.mk>
.if ${OSVERSION} >= 700042
-BROKEN= Does not compile
+MAKE_ARGS+= "CC=gcc -g -O"
.endif
.include <bsd.port.post.mk>