diff options
author | ijliao <ijliao@FreeBSD.org> | 2003-03-26 16:56:21 +0800 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2003-03-26 16:56:21 +0800 |
commit | 93bea4ceac454749f3a837f7177ec0b9d197f86b (patch) | |
tree | 84c166699d7161f13f7bd6385ba5af8d92974e8b /net-p2p/cdonkey/files | |
parent | 85f9291bc19cacd28d7393ed848eb82fd1530a5f (diff) | |
download | freebsd-ports-gnome-93bea4ceac454749f3a837f7177ec0b9d197f86b.tar.gz freebsd-ports-gnome-93bea4ceac454749f3a837f7177ec0b9d197f86b.tar.zst freebsd-ports-gnome-93bea4ceac454749f3a837f7177ec0b9d197f86b.zip |
add cdonkey 0.8.9
An open and free core client for the eDonkey protocol
Diffstat (limited to 'net-p2p/cdonkey/files')
-rw-r--r-- | net-p2p/cdonkey/files/patch-Makefile.in | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/net-p2p/cdonkey/files/patch-Makefile.in b/net-p2p/cdonkey/files/patch-Makefile.in new file mode 100644 index 000000000000..eebc484d61f5 --- /dev/null +++ b/net-p2p/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@ |