ports/devel/got/files/patch-configure
Christian Weisgerber 5a32a7777a devel/got: switch to got-portable 0.98.2
This is a long overdue change from a homegrown compatibility layer
to the got-portable release.  No functional changes are expected.
2024-04-26 15:07:20 +00:00

15 lines
405 B
Text

--- configure.orig 2024-04-25 19:31:02 UTC
+++ configure
@@ -10046,9 +10046,9 @@ fi
fi
-if test "x$found_libevent" = xno; then
- as_fn_error $? "\"libevent not found\"" "$LINENO" 5
-fi
+#if test "x$found_libevent" = xno; then
+# as_fn_error $? "\"libevent not found\"" "$LINENO" 5
+#fi
ac_fn_c_check_func "$LINENO" "uuid_create" "ac_cv_func_uuid_create"
if test "x$ac_cv_func_uuid_create" = xyes