diff options
author | Volker Stolz <vs@FreeBSD.org> | 2008-06-24 03:20:53 +0000 |
---|---|---|
committer | Volker Stolz <vs@FreeBSD.org> | 2008-06-24 03:20:53 +0000 |
commit | 8dbd20486785c19446f61448257543ccfd759600 (patch) | |
tree | 7594e0c038214642824ffed53b267ace1e5630fc /mbone/sdr | |
parent | Fix pkg-plist to honor NOPORTDOCS. (diff) |
Unbreak compiler flags on >= FreeBSD 7
Diffstat (limited to 'mbone/sdr')
-rw-r--r-- | mbone/sdr/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mbone/sdr/Makefile b/mbone/sdr/Makefile index a78730a1528d..b8a385d7a057 100644 --- a/mbone/sdr/Makefile +++ b/mbone/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> |