diff --git a/devel/clipp/Makefile b/devel/clipp/Makefile index ce035d1848c0..85d6f931c28e 100644 --- a/devel/clipp/Makefile +++ b/devel/clipp/Makefile @@ -1,6 +1,7 @@ PORTNAME= clipp PORTVERSION= 1.2.3 DISTVERSIONPREFIX= v +PORTREVISION= 1 CATEGORIES= devel MAINTAINER= sunpoet@FreeBSD.org diff --git a/devel/clipp/files/patch-include-clipp.h b/devel/clipp/files/patch-include-clipp.h new file mode 100644 index 000000000000..7f4ae967a8b2 --- /dev/null +++ b/devel/clipp/files/patch-include-clipp.h @@ -0,0 +1,26 @@ +--- include/clipp.h.orig 2023-09-19 20:16:06 UTC ++++ include/clipp.h +@@ -160,7 +160,11 @@ constexpr auto + check_is_callable(int) -> decltype( + std::declval()(std::declval()...), + std::integral_constant= 201703L ++ std::is_same>::value>{} ); ++#else + std::is_same::type>::value>{} ); ++#endif + + template + constexpr auto +@@ -171,7 +175,11 @@ constexpr auto + check_is_callable_without_arg(int) -> decltype( + std::declval()(), + std::integral_constant= 201703L ++ std::is_same>::value>{} ); ++#else + std::is_same::type>::value>{} ); ++#endif + + template + constexpr auto