freebsd-ports/security/pinentry/files/patch-curses::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
489 B
Text

--- curses/Makefile.am.orig Thu Jan 30 07:49:42 2003
+++ curses/Makefile.am Thu Jan 30 07:50:41 2003
@@ -23,7 +23,7 @@
AM_CPPFLAGS = $(NCURSES_INCLUDE) -I$(top_srcdir)/pinentry
LDADD = ../pinentry/libpinentry.a ../pinentry/libpinentry-curses.a \
- ../assuan/libassuan.a ../secmem/libsecmem.a \
- $(LIBCAP) $(LIBCURSES) $(LIBICONV)
+ ../assuan/libassuan.a ../secmem/libsecmem.a ../common/libcommon.a \
+ $(LIBCAP) $(LIBCURSES) $(LIBICONV)
pinentry_curses_SOURCES = pinentry-curses.c