mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-30 10:38:37 +00:00
- Force USE_GETTEXT=YES (remove from OPTIONS) because 2.0.x cannot be
compiled without libintl.so (I didn't notice this by hidden dependencies). PR: ports/107089 Investigated with: Roland Smith <rsmith@xs4all.nl>
This commit is contained in:
parent
6a708b0935
commit
5948bc61a3
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=180683
11
security/gnupg/files/patch-tools:Makefile.in
Normal file
11
security/gnupg/files/patch-tools:Makefile.in
Normal file
@ -0,0 +1,11 @@
|
||||
--- tools/Makefile.in.orig Mon Dec 25 11:52:16 2006
|
||||
+++ tools/Makefile.in Mon Dec 25 11:53:00 2006
|
||||
@@ -453,7 +453,7 @@
|
||||
@BUILD_SYMCRYPTRUN_TRUE@symcryptrun = symcryptrun
|
||||
common_libs = ../jnlib/libjnlib.a ../common/libcommon.a ../gl/libgnu.a
|
||||
pwquery_libs = ../common/libsimple-pwquery.a
|
||||
-gpgsplit_LDADD = $(common_libs) $(LIBGCRYPT_LIBS) $(GPG_ERROR_LIBS) $(ZLIBS)
|
||||
+gpgsplit_LDADD = $(common_libs) $(LIBINTL) $(LIBGCRYPT_LIBS) $(GPG_ERROR_LIBS) $(ZLIBS)
|
||||
gpgconf_SOURCES = gpgconf.c gpgconf.h gpgconf-comp.c no-libgcrypt.c
|
||||
|
||||
# jnlib/common sucks in gpg-error, will they, nil they (some compilers
|
Loading…
Reference in New Issue
Block a user