summaryrefslogtreecommitdiff
path: root/security/pinentry/files/patch-gtk::Makefile.am
diff options
context:
space:
mode:
authorFUJISHIMA Satsuki <sf@FreeBSD.org>2003-07-14 02:53:03 +0000
committerFUJISHIMA Satsuki <sf@FreeBSD.org>2003-07-14 02:53:03 +0000
commitb185046be2ec03555daaf4f26d38542c403a9955 (patch)
tree0274ce607614533de66837fc1f70d4c35770d9e1 /security/pinentry/files/patch-gtk::Makefile.am
parentUpdate to 0.2.3 (diff)
get rid of libgnugetopt dependency for -CURRENT,
use USE_GETOPT_LONG instead.
Diffstat (limited to 'security/pinentry/files/patch-gtk::Makefile.am')
-rw-r--r--security/pinentry/files/patch-gtk::Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/security/pinentry/files/patch-gtk::Makefile.am b/security/pinentry/files/patch-gtk::Makefile.am
index 8d7b22ebbcf7..42ec50ec2448 100644
--- a/security/pinentry/files/patch-gtk::Makefile.am
+++ b/security/pinentry/files/patch-gtk::Makefile.am
@@ -5,7 +5,7 @@
-I$(top_srcdir)/secmem -I$(top_srcdir)/pinentry
LDADD = ../pinentry/libpinentry.a ../assuan/libassuan.a ../secmem/libsecmem.a \
- $(LIBCAP) $(GTK_LIBS) $(libcurses)
-+ ../common/libcommon.a $(LIBCAP) $(GTK_LIBS) $(libcurses) -lgnugetopt
++ ../common/libcommon.a $(LIBCAP) $(GTK_LIBS) $(libcurses)
pinentry_gtk_SOURCES = pinentry-gtk.c \
gtksecentry.c gtksecentry.h