1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-01 05:45:45 +00:00
freebsd-ports/security/pinentry/files/patch-gtk::Makefile.am
FUJISHIMA Satsuki b185046be2 get rid of libgnugetopt dependency for -CURRENT,
use USE_GETOPT_LONG instead.
2003-07-14 02:53:03 +00:00

12 lines
478 B
Plaintext

--- gtk/Makefile.am.orig Thu Jan 30 07:49:55 2003
+++ gtk/Makefile.am Thu Jan 30 07:50:41 2003
@@ -32,7 +32,7 @@
AM_CPPFLAGS = $(GLIB_CFLAGS) $(GTK_CFLAGS) $(ncurses_include) \
-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)
pinentry_gtk_SOURCES = pinentry-gtk.c \
gtksecentry.c gtksecentry.h