diff options
author | vs <vs@FreeBSD.org> | 2005-12-08 20:13:58 +0800 |
---|---|---|
committer | vs <vs@FreeBSD.org> | 2005-12-08 20:13:58 +0800 |
commit | f97ca7d597c41ee03e56b348cbb6c395acb22514 (patch) | |
tree | a1b343bcd1e53e5ad91f54d89500b256f2217316 /comms/nec2c/Makefile | |
parent | c63d10c9473783931b1e3b4783099de2b473d5e4 (diff) | |
download | freebsd-ports-gnome-f97ca7d597c41ee03e56b348cbb6c395acb22514.tar.gz freebsd-ports-gnome-f97ca7d597c41ee03e56b348cbb6c395acb22514.tar.zst freebsd-ports-gnome-f97ca7d597c41ee03e56b348cbb6c395acb22514.zip |
Unbreak: Builds fine with newer GCC on 4.x
Diffstat (limited to 'comms/nec2c/Makefile')
-rw-r--r-- | comms/nec2c/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/comms/nec2c/Makefile b/comms/nec2c/Makefile index 58f451cc4315..dbcdbea7cb81 100644 --- a/comms/nec2c/Makefile +++ b/comms/nec2c/Makefile @@ -23,7 +23,7 @@ LIB_DEPENDS= ccm:${PORTSDIR}/math/ccmath .include <bsd.port.pre.mk> .if ${OSVERSION} < 500000 -BROKEN= "does not build (gcc does not understand complex numbers)" +USE_GCC= 3.4+ .endif post-patch: |