There was an error while loading. Please reload this page.
1 parent 8932e25 commit 7be12ebCopy full SHA for 7be12eb
biology/abyss/Makefile
@@ -42,4 +42,10 @@ PORTDOCS= *
42
43
PORTSCOUT= limit:^[0-9\.]*$$ # to ignore alpha-numeric tags
44
45
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
46
+
47
+.if ${OPSYS} == FreeBSD && ( ${OSVERSION} >= 1400079 || ( ${OSVERSION} >= 1302505 && ${OSVERSION} < 1400000 ))
48
+CFLAGS+= -Wno-error=unused-but-set-variable
49
+.endif
50
51
+.include <bsd.port.post.mk>
0 commit comments