1
0
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:
Jun Kuriyama 2006-12-25 03:09:17 +00:00
parent 6a708b0935
commit 5948bc61a3
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=180683

View 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