mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-27 10:03:20 +00:00
b185046be2
use USE_GETOPT_LONG instead.
13 lines
489 B
Plaintext
13 lines
489 B
Plaintext
--- 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
|