summaryrefslogtreecommitdiff
path: root/ftp/gftp/files/patch-ac
diff options
context:
space:
mode:
authorYing-Chieh Liao <ijliao@FreeBSD.org>2003-01-02 19:46:05 +0000
committerYing-Chieh Liao <ijliao@FreeBSD.org>2003-01-02 19:46:05 +0000
commit5a762d7629e899e8592b3d77dc8d22f68629d82b (patch)
tree794cbf7c15fe1de053570ffa2a4cdbedecdad10f /ftp/gftp/files/patch-ac
parentUpdate to 0.8.8 (diff)
upgrade to 2.0.14
PR: 46020 Submitted by: maintainer
Notes
Notes: svn path=/head/; revision=72289
Diffstat (limited to 'ftp/gftp/files/patch-ac')
-rw-r--r--ftp/gftp/files/patch-ac11
1 files changed, 0 insertions, 11 deletions
diff --git a/ftp/gftp/files/patch-ac b/ftp/gftp/files/patch-ac
deleted file mode 100644
index 239750fa62c7..000000000000
--- a/ftp/gftp/files/patch-ac
+++ /dev/null
@@ -1,11 +0,0 @@
---- src/text/Makefile.in.orig Sun May 26 21:27:10 2002
-+++ src/text/Makefile.in Sun May 26 21:28:58 2002
-@@ -105,7 +105,7 @@
- EXTRA_PROGRAMS = gftp-text
- gftp_text_SOURCES = gftp-text.c
- INCLUDES = @GLIB_CFLAGS@ -DSHARE_DIR=\"$(datadir)/gftp\" -DLOCALE_DIR=\"$(localedir)\" -I../../intl
--LDADD = ../../lib/libgftp.a @INTLLIBS@ @GLIB_LIBS@ @EXTRA_LIBS@ @READLINE_LIBS@
-+LDADD = -lintl ../../lib/libgftp.a @INTLLIBS@ @GLIB_LIBS@ @EXTRA_LIBS@ @READLINE_LIBS@
- noinst_HEADERS = gftp-text.h
- localedir = $(prefix)/share/locale
- mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs