summaryrefslogtreecommitdiff
path: root/ftp/downloader/files/patch-aa
diff options
context:
space:
mode:
authorSteve Price <steve@FreeBSD.org>1999-12-31 20:16:39 +0000
committerSteve Price <steve@FreeBSD.org>1999-12-31 20:16:39 +0000
commit7dbc0235689ab316604b1bdad753098de2c8aacd (patch)
treefd60e102cb81bd7108b97973b8265b595092ec71 /ftp/downloader/files/patch-aa
parentAdd another distribution site for patches and changes the default for the (diff)
Update to version 1.07.1.
PR: 15094 Submitted by: Mario Ferreira <lioux@linf.unb.br>
Notes
Notes: svn path=/head/; revision=24314
Diffstat (limited to 'ftp/downloader/files/patch-aa')
-rw-r--r--ftp/downloader/files/patch-aa17
1 files changed, 9 insertions, 8 deletions
diff --git a/ftp/downloader/files/patch-aa b/ftp/downloader/files/patch-aa
index dc3d616da695..a33454ddc04b 100644
--- a/ftp/downloader/files/patch-aa
+++ b/ftp/downloader/files/patch-aa
@@ -1,20 +1,21 @@
---- Makefile.orig Tue Sep 28 22:40:25 1999
-+++ Makefile Tue Sep 28 22:41:24 1999
+diff -ru ./Makefile ../../nt-1.07.1/main/Makefile
+--- ./Makefile Wed Nov 3 05:20:49 1999
++++ ../../nt-1.07.1/main/Makefile Thu Nov 25 22:18:21 1999
@@ -1,13 +1,13 @@
-CC = gcc
-CCPLUS = c++
-+CC ?= gcc
-+CCPLUS = ${CXX}
++CC = $(CC)
++CCPLUS = $(CXX)
NLS=-DENABLE_NLS # Remove or comment this line to disable gettext
- DEST=/usr/local
+-DEST=/usr/local
++DEST=$(PREFIX)
LOCALEDIR=$(DEST)/share/locale
-LIBS=-lpthread
--CFLAGS=-Wall -O2 -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS
++LIBS=-pthread
+ CFLAGS=-Wall -O2 -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS
-GTKLIBS=`gtk-config --libs`
-GTKFLAGS=`gtk-config --cflags`
-+LIBS=-pthread
-+CFLAGS+=-Wall -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS
+GTKLIBS=`gtk12-config --libs`
+GTKFLAGS=`gtk12-config --cflags`