diff options
author | kuriyama <kuriyama@FreeBSD.org> | 2006-12-25 11:09:17 +0800 |
---|---|---|
committer | kuriyama <kuriyama@FreeBSD.org> | 2006-12-25 11:09:17 +0800 |
commit | 20b10b63feb1bfd1148dfdcbb11f2f0762064c84 (patch) | |
tree | 9059db9109be82553a76f523fbb866e33d60a318 /security/gnupg | |
parent | 3dd31a6aa7b978c5ef24b42e6bf9bf7a3dc54108 (diff) | |
download | freebsd-ports-gnome-20b10b63feb1bfd1148dfdcbb11f2f0762064c84.tar.gz freebsd-ports-gnome-20b10b63feb1bfd1148dfdcbb11f2f0762064c84.tar.zst freebsd-ports-gnome-20b10b63feb1bfd1148dfdcbb11f2f0762064c84.zip |
- 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>
Diffstat (limited to 'security/gnupg')
-rw-r--r-- | security/gnupg/files/patch-tools:Makefile.in | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/security/gnupg/files/patch-tools:Makefile.in b/security/gnupg/files/patch-tools:Makefile.in new file mode 100644 index 000000000000..98683c9441f0 --- /dev/null +++ b/security/gnupg/files/patch-tools:Makefile.in @@ -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 |