diff options
author | cvs2svn <cvs2svn@FreeBSD.org> | 2001-04-18 21:37:32 +0000 |
---|---|---|
committer | cvs2svn <cvs2svn@FreeBSD.org> | 2001-04-18 21:37:32 +0000 |
commit | 01a9f79f0a3692d8148990805beabc8593d3596d (patch) | |
tree | 99d1ef5788fc9e55b6948a7d4951ac4a315f63bf /net-p2p/hagelslag/files/patch-gui-api-c++-Makefile | |
parent | New index, rebuilt due to samba changes. (Gee, how many things (diff) |
This commit was manufactured by cvs2svn to create tag 'RELEASE_4_3_0'.release/4.3.0
Diffstat (limited to 'net-p2p/hagelslag/files/patch-gui-api-c++-Makefile')
-rw-r--r-- | net-p2p/hagelslag/files/patch-gui-api-c++-Makefile | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/net-p2p/hagelslag/files/patch-gui-api-c++-Makefile b/net-p2p/hagelslag/files/patch-gui-api-c++-Makefile deleted file mode 100644 index c08e636c1fa7..000000000000 --- a/net-p2p/hagelslag/files/patch-gui-api-c++-Makefile +++ /dev/null @@ -1,18 +0,0 @@ ---- gui-api/c++/Makefile.orig Thu Feb 1 16:28:34 2001 -+++ gui-api/c++/Makefile Wed Feb 14 14:43:15 2001 -@@ -1,5 +1,4 @@ --CXX=g++ --CXXFLAGS=-Wall -O2 -g -+CXXFLAGS+=-Wall -O2 -g - - H_FILES = List.h DownloadList.h ResultList.h UploadList.h ConnectionList.h \ - ShareList.h HostList.h OptionList.h StatList.h QueryList.h \ -@@ -24,7 +23,7 @@ - rm -f *~ *.o *.a *.bak - - depend: -- makedepend $(CPP_FILES) -Y -+ makedepend $(CPP_FILES) - - count: - @echo GUI-API c++ |