aboutsummaryrefslogtreecommitdiff
path: root/ftp/gftp/files
diff options
context:
space:
mode:
authorSteve Price <steve@FreeBSD.org>1999-04-03 01:38:52 +0000
committerSteve Price <steve@FreeBSD.org>1999-04-03 01:38:52 +0000
commit6be39ed2fe64c8290c7317408bcfff2d5c9fe01a (patch)
tree1f0fae9d8f47bfb6bf6fc113e5f7370752c87be1 /ftp/gftp/files
parent6eed2934817363f6cd02d639df7859b67a9aaca3 (diff)
downloadports-6be39ed2fe64c8290c7317408bcfff2d5c9fe01a.tar.gz
ports-6be39ed2fe64c8290c7317408bcfff2d5c9fe01a.zip
Notes
Diffstat (limited to 'ftp/gftp/files')
-rw-r--r--ftp/gftp/files/patch-ab11
1 files changed, 11 insertions, 0 deletions
diff --git a/ftp/gftp/files/patch-ab b/ftp/gftp/files/patch-ab
new file mode 100644
index 000000000000..d0eb7cce4936
--- /dev/null
+++ b/ftp/gftp/files/patch-ab
@@ -0,0 +1,11 @@
+--- Makefile.in.orig Fri Apr 2 13:21:58 1999
++++ Makefile.in Fri Apr 2 13:22:07 1999
+@@ -8,7 +8,7 @@
+ MACHINE=`uname -m`-`uname -p`-`uname -s`
+ # Add -DDEBUG to the CFLAGS line below if you want gFTP to print some extra
+ # information to stdout
+-CFLAGS=@CFLAGS@ -D_POSIX_SOURCE -D_REENTRANT -Wall -ansi -DSHARE_DIR=\"$(SHARE_DIR)\"
++CFLAGS=@CFLAGS@ -pthread -Wall -ansi -DSHARE_DIR=\"$(SHARE_DIR)\"
+ LIBS=@LIBS@
+ EXE=gftp
+ OBJS=cache.o chmod_dialog.o config_file.o connect_dialog.o delete_dialog.o \