Index: head/devel/libcwd/files/patch-configure =================================================================== --- head/devel/libcwd/files/patch-configure (nonexistent) +++ head/devel/libcwd/files/patch-configure (revision 483505) @@ -0,0 +1,15 @@ +Unbreak build with GCC >= 8 + +conftest.cpp:11:36: error: return-statement with a value, in function returning 'void' + +--- configure.orig 2018-10-30 17:53:07 UTC ++++ configure +@@ -17744,7 +17744,7 @@ if ac_fn_cxx_try_run "$LINENO"; then : + #define ARGF f + #endif + template +- void detect_type(ARG) ++ int detect_type(ARG) + { + return reinterpret_cast(0); + } Property changes on: head/devel/libcwd/files/patch-configure ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property