1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-15 23:50:44 +00:00
freebsd-ports/ftp/gftp/files/patch-ab
Steve Price 6be39ed2fe Import of gftp version 1.13.
A free multithreaded GTK based ftp client.

PR:		10187
Submitted by:	Damjan Marion <dmarion@open.hr>
1999-04-03 01:38:52 +00:00

12 lines
502 B
Plaintext

--- 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 \