aboutsummaryrefslogtreecommitdiff
path: root/math/igraph
diff options
context:
space:
mode:
authorRene Ladan <rene@FreeBSD.org>2022-08-09 21:14:22 +0000
committerRene Ladan <rene@FreeBSD.org>2022-09-01 13:52:16 +0000
commit2a09e5b4da7cfa9288c56e94791cc371a31b914d (patch)
tree85371193824b40f77e1daa340ca67a3da4271bf4 /math/igraph
parent38b884ce3bab911817375c60a8c781af1911acd8 (diff)
downloadports-2a09e5b4da7cfa9288c56e94791cc371a31b914d.tar.gz
ports-2a09e5b4da7cfa9288c56e94791cc371a31b914d.zip
Diffstat (limited to 'math/igraph')
-rw-r--r--math/igraph/Makefile7
-rw-r--r--math/igraph/files/extra-patch-etc_cmake_compilers.cmake10
2 files changed, 1 insertions, 16 deletions
diff --git a/math/igraph/Makefile b/math/igraph/Makefile
index c656133cd918..1fda7f463987 100644
--- a/math/igraph/Makefile
+++ b/math/igraph/Makefile
@@ -26,9 +26,4 @@ BINARY_ALIAS= git=false
pre-configure:
@${ECHO} ${DISTVERSION} > ${WRKSRC}/IGRAPH_VERSION
-.include <bsd.port.pre.mk>
-.if ${OSVERSION} >= 1300000 && ${OSVERSION} < 1300523
-EXTRA_PATCHES= ${PATCHDIR}/extra-patch-etc_cmake_compilers.cmake
-.endif
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>
diff --git a/math/igraph/files/extra-patch-etc_cmake_compilers.cmake b/math/igraph/files/extra-patch-etc_cmake_compilers.cmake
deleted file mode 100644
index 84b1f3c4b264..000000000000
--- a/math/igraph/files/extra-patch-etc_cmake_compilers.cmake
+++ /dev/null
@@ -1,10 +0,0 @@
---- etc/cmake/compilers.cmake.orig 2022-01-04 06:55:25 UTC
-+++ etc/cmake/compilers.cmake
-@@ -31,7 +31,6 @@ macro(use_all_warnings TARGET_NAME)
- target_compile_options(${TARGET_NAME} PRIVATE
- # GCC-style compilers:
- $<$<C_COMPILER_ID:GCC,Clang,AppleClang,Intel>:
-- $<$<BOOL:${IGRAPH_WARNINGS_AS_ERRORS}>:-Werror>
- -Wall -Wextra -pedantic
- -Wno-unused-function -Wno-unused-parameter -Wno-sign-compare
- >