diff options
author | Jeremy Messenger <mezz@FreeBSD.org> | 2006-08-04 08:09:50 +0000 |
---|---|---|
committer | Jeremy Messenger <mezz@FreeBSD.org> | 2006-08-04 08:09:50 +0000 |
commit | 5b441514c83a75a1293ffcf7ddb146b93c08ebcb (patch) | |
tree | 933aefaa9610137e63ea094972212e3ff0527717 /net-p2p/linuxdcpp/files/patch-SConstruct | |
parent | - Mark BROKEN [1] (diff) |
Update it to the lastest version of CVS, at 2006-08-01 in changelog. See in
the changelog for details:
http://tinyurl.com/b3myl
Diffstat (limited to 'net-p2p/linuxdcpp/files/patch-SConstruct')
-rw-r--r-- | net-p2p/linuxdcpp/files/patch-SConstruct | 13 |
1 files changed, 9 insertions, 4 deletions
diff --git a/net-p2p/linuxdcpp/files/patch-SConstruct b/net-p2p/linuxdcpp/files/patch-SConstruct index e62cfef80ee5..89f6a10b8ce4 100644 --- a/net-p2p/linuxdcpp/files/patch-SConstruct +++ b/net-p2p/linuxdcpp/files/patch-SConstruct @@ -1,5 +1,5 @@ ---- SConstruct.orig Sun Jul 16 11:18:33 2006 -+++ SConstruct Sun Jul 16 11:22:24 2006 +--- SConstruct.orig Tue Aug 1 13:01:44 2006 ++++ SConstruct Thu Aug 3 12:45:35 2006 @@ -38,28 +38,12 @@ context.Result(ret) return ret @@ -71,7 +71,7 @@ if not conf.CheckLibWithHeader('z', 'zlib.h', 'c'): print 'Did not find the z library (gzip/z compression)' print 'Can\'t live without it, exiting' -@@ -138,7 +96,7 @@ +@@ -138,19 +96,19 @@ Exit(1) env = conf.Finish() @@ -80,7 +80,12 @@ # Parse command line parameters -@@ -150,7 +108,7 @@ + + debug = ARGUMENTS.get('debug', 0) + if int(debug): +- env.Append(CXXFLAGS = '-g -ggdb -D_DEBUG -Wall') ++ env.Append(CXXFLAGS = '%%CXXFLAGS%% -g -ggdb -D_DEBUG -Wall') + env.Append(LDFLAGS = '-g -ggdb') release = ARGUMENTS.get('release', 0) if int(release): |