mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-18 00:10:04 +00:00
security/gpa: Fix configure with libassuan 3.x
Reported by: pkg-fallout
This commit is contained in:
parent
58c24ba48a
commit
3e60615f4d
@ -21,7 +21,6 @@ USES= desktop-file-utils gmake gnome localbase pkgconfig tar:bzip2
|
||||
USE_GNOME= gdkpixbuf2 gtk20
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share
|
||||
CONFIGURE_ENV+= GPGKEYS_LDAP="${LOCALBASE}/libexec/gpg2keys_ldap"
|
||||
LDFLAGS+= -Wl,--as-needed
|
||||
|
||||
|
15
security/gpa/files/patch-configure
Normal file
15
security/gpa/files/patch-configure
Normal file
@ -0,0 +1,15 @@
|
||||
Fix configure with security/libassuan 3.x
|
||||
|
||||
--- configure.orig 2018-10-16 21:44:05 UTC
|
||||
+++ configure
|
||||
@@ -2256,8 +2256,8 @@ NEED_GPG_ERROR_VERSION=1.27
|
||||
|
||||
|
||||
NEED_GPG_ERROR_VERSION=1.27
|
||||
-NEED_LIBASSUAN_API=2
|
||||
-NEED_LIBASSUAN_VERSION=2.4.2
|
||||
+NEED_LIBASSUAN_API=3
|
||||
+NEED_LIBASSUAN_VERSION=3.0.0
|
||||
NEED_GPGME_API=1
|
||||
NEED_GPGME_VERSION=1.9.0
|
||||
|
Loading…
Reference in New Issue
Block a user