mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 09:36:41 -04:00
User-visible changes: - fix histedit -e bug where reverting all the changes caused histedit -c cycles - tog: fix jumping to the next commit from the diff view with the J key - tog: fix horizontal scroll bug that draws a trailing '.'
15 lines
403 B
Text
15 lines
403 B
Text
--- configure.orig 2024-07-12 06:21:23 UTC
|
|
+++ configure
|
|
@@ -9818,9 +9818,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
|