diff options
author | Steve Price <steve@FreeBSD.org> | 1999-12-31 20:16:39 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 1999-12-31 20:16:39 +0000 |
commit | 7dbc0235689ab316604b1bdad753098de2c8aacd (patch) | |
tree | fd60e102cb81bd7108b97973b8265b595092ec71 /ftp/downloader/files/patch-aa | |
parent | Add 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-aa | 17 |
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` |