mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 09:36:41 -04:00
13 lines
741 B
Text
13 lines
741 B
Text
Patch to be able to use libassuan 3.x
|
|
|
|
--- configure.orig 2024-07-09 07:00:07 UTC
|
|
+++ configure
|
|
@@ -6801,7 +6801,7 @@ if test -z "${LIBASSUAN_LIBS}"; then
|
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for libassuan" >&5
|
|
$as_echo_n "checking for libassuan... " >&6; }
|
|
test -x "${with_libassuan_prefix}/bin/libassuan-config" || as_fn_error $? "Cannot locate libassuan" "$LINENO" 5
|
|
- "${with_libassuan_prefix}/bin/libassuan-config" --version | grep "^2\." > /dev/null || as_fn_error $? "Need assuan-2" "$LINENO" 5
|
|
+ "${with_libassuan_prefix}/bin/libassuan-config" --version | grep "^3\." > /dev/null || as_fn_error $? "Need assuan-3" "$LINENO" 5
|
|
|
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: found" >&5
|
|
$as_echo "found" >&6; }
|