summaryrefslogtreecommitdiff
path: root/devel/got/files/patch-configure
diff options
context:
space:
mode:
Diffstat (limited to 'devel/got/files/patch-configure')
-rw-r--r--devel/got/files/patch-configure15
1 files changed, 15 insertions, 0 deletions
diff --git a/devel/got/files/patch-configure b/devel/got/files/patch-configure
new file mode 100644
index 000000000000..16454c6bb8e5
--- /dev/null
+++ b/devel/got/files/patch-configure
@@ -0,0 +1,15 @@
+--- 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