diff options
Diffstat (limited to 'net')
-rw-r--r-- | net/sdr/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/sdr/Makefile b/net/sdr/Makefile index a78730a1528..b8a385d7a05 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> |