diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2004-08-28 21:51:57 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2004-08-28 21:51:57 +0000 |
commit | af8476c755b9821c76094d821a13b9da20c008df (patch) | |
tree | 3e3e423e63291e101f1f90ca90b394f1d6709ad8 /net/cdonkey/files/patch-Makefile.in | |
parent | add slave port for Photo Image Print System for Linux --- EPSON PX-G900. (diff) |
- Update to 0.9.0
Diffstat (limited to 'net/cdonkey/files/patch-Makefile.in')
-rw-r--r-- | net/cdonkey/files/patch-Makefile.in | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/net/cdonkey/files/patch-Makefile.in b/net/cdonkey/files/patch-Makefile.in index eebc484d61f5..cdb53e84cf47 100644 --- a/net/cdonkey/files/patch-Makefile.in +++ b/net/cdonkey/files/patch-Makefile.in @@ -1,11 +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@ +--- Makefile.in.orig Wed May 7 20:21:59 2003 ++++ Makefile.in Thu Aug 26 18:39:49 2004 +@@ -55,7 +55,7 @@ + # -fno-for-scope Make the proble with older compiler visible + # -pedantic < Zu viele warnings + # -Wold-style-cast < Zu viele warnings +-CXXFLAGS = @CXXFLAGS@ -W -Wall -Wunused -Wformat -Wshadow -Wmultichar -Wpointer-arith -Wcast-qual -Wcast-align -Wswitch -ansi -fno-for-scope -fno-gnu-keywords -fno-rtti @SVN_DB_INCLUDES@ ++CXXFLAGS = @CXXFLAGS@ -ansi -fno-for-scope -fno-gnu-keywords -fno-rtti @SVN_DB_INCLUDES@ CYGPATH_W = @CYGPATH_W@ - DEFS = @DEFS@ + DEFS = @DEFS@ -DCDONKEY=1 DEPDIR = @DEPDIR@ |