diff options
author | mezz <mezz@FreeBSD.org> | 2006-08-04 16:09:50 +0800 |
---|---|---|
committer | mezz <mezz@FreeBSD.org> | 2006-08-04 16:09:50 +0800 |
commit | e6c4ddd207e645f2c97289c0761f023405f6c9b5 (patch) | |
tree | a029b1b92c53ea17070420a2961995003f6aa680 /net-p2p/linuxdcpp/files | |
parent | 034e051c05035e4dc3474cd72127bc59415aec26 (diff) | |
download | freebsd-ports-gnome-e6c4ddd207e645f2c97289c0761f023405f6c9b5.tar.gz freebsd-ports-gnome-e6c4ddd207e645f2c97289c0761f023405f6c9b5.tar.zst freebsd-ports-gnome-e6c4ddd207e645f2c97289c0761f023405f6c9b5.zip |
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')
-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): |