diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2016-12-29 10:21:01 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2016-12-29 10:21:01 +0000 |
commit | f6c45af718db803116d71aea6510e05ce4a9f8bd (patch) | |
tree | 67274b6676291ddf1bb5f7dfa15d41ba8f45d212 | |
parent | dd33abfe38d1a14e0db6d1e325fc826854410c22 (diff) | |
download | ports-f6c45af718db803116d71aea6510e05ce4a9f8bd.tar.gz ports-f6c45af718db803116d71aea6510e05ce4a9f8bd.zip |
Notes
-rw-r--r-- | cad/openvsp/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cad/openvsp/Makefile b/cad/openvsp/Makefile index e0ff52af5a0e..5b058a198eb3 100644 --- a/cad/openvsp/Makefile +++ b/cad/openvsp/Makefile @@ -43,7 +43,7 @@ USES= cmake:outsource jpeg .include <bsd.port.options.mk> -.if ${OSVERSION} == 1001000 +.if ${OPSYS} == FreeBSD && ${OSVERSION} >= 1000000 && ${OSVERSION} < 1002000 # Fails to build with GCC 4.9 in 10.1 USE_GCC= 4.8 LDFLAGS+= -L${LOCALBASE}/lib/c++ |