freebsd-ports/ftp/downloader/files/patch-aa
Chris Piazza ba5e95a9b4 Import of ``downloader''.
A GTK+ based app that allows you to download from ftp or http based
servers much in the same way as "ReGet" for Windows.

PR:	12345
Submitted by:	Ying-Chieh Liao <ijliao@csie.nctu.edu.tw>
1999-06-23 00:43:50 +00:00

20 lines
379 B
Plaintext

--- Makefile.orig Fri Jun 18 18:41:54 1999
+++ Makefile Tue Jun 22 17:32:18 1999
@@ -1,10 +1,10 @@
-CC = gcc
-CCPLUS = c++
+CC ?= gcc
+CCPLUS = ${CXX}
-LIBS=-lpthread
-CFLAGS=-Wall -O2
-GTKLIBS=`gtk-config --libs`
-GTKFLAGS=`gtk-config --cflags`
+LIBS=-pthread
+CFLAGS?=-Wall -O2
+GTKLIBS=`gtk12-config --libs`
+GTKFLAGS=`gtk12-config --cflags`
EXECC=$(CCPLUS) $(CFLAGS)