diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2003-03-26 08:56:21 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2003-03-26 08:56:21 +0000 |
commit | 402d50ab9bc2264135e9a00958d751da8a0345b9 (patch) | |
tree | 8c1dce66a17ea11bf7f32418b74376e1186e86c7 /net/cdonkey/files/patch-Makefile.in | |
parent | add dvorakng 0.5.0 (diff) |
add cdonkey 0.8.9
An open and free core client for the eDonkey protocol
Diffstat (limited to 'net/cdonkey/files/patch-Makefile.in')
-rw-r--r-- | net/cdonkey/files/patch-Makefile.in | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/net/cdonkey/files/patch-Makefile.in b/net/cdonkey/files/patch-Makefile.in new file mode 100644 index 000000000000..eebc484d61f5 --- /dev/null +++ b/net/cdonkey/files/patch-Makefile.in @@ -0,0 +1,11 @@ +--- Makefile.in.orig Wed Mar 26 16:52:39 2003 ++++ Makefile.in Wed Mar 26 16:52:49 2003 +@@ -50,7 +50,7 @@ + CPPFLAGS = @CPPFLAGS@ + CXX = @CXX@ + CXXDEPMODE = @CXXDEPMODE@ +-CXXFLAGS = @CXXFLAGS@ -W -Wall -Wunused -Wformat -Wshadow -Wmultichar -Wpointer-arith -Wcast-qual -Wswitch -Werror @SVN_DB_INCLUDES@ ++CXXFLAGS = @CXXFLAGS@ @SVN_DB_INCLUDES@ + CYGPATH_W = @CYGPATH_W@ + DEFS = @DEFS@ + DEPDIR = @DEPDIR@ |