diff options
author | mezz <mezz@FreeBSD.org> | 2007-01-02 13:56:11 +0800 |
---|---|---|
committer | mezz <mezz@FreeBSD.org> | 2007-01-02 13:56:11 +0800 |
commit | 7a45462f130737b4ef90cb9bc5f2f0cb1bb9010f (patch) | |
tree | 490d94cae84e2ae1bd2755182cf43d0b19f89125 /net-p2p/linuxdcpp/files | |
parent | 00d8bda378f2a9e6cfd7208ccca4fe51e8086851 (diff) | |
download | freebsd-ports-gnome-7a45462f130737b4ef90cb9bc5f2f0cb1bb9010f.tar.gz freebsd-ports-gnome-7a45462f130737b4ef90cb9bc5f2f0cb1bb9010f.tar.zst freebsd-ports-gnome-7a45462f130737b4ef90cb9bc5f2f0cb1bb9010f.zip |
Update it to the lastest version of CVS, at 2007-01-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 | 24 |
1 files changed, 4 insertions, 20 deletions
diff --git a/net-p2p/linuxdcpp/files/patch-SConstruct b/net-p2p/linuxdcpp/files/patch-SConstruct index dc015c73be99..dd4984d7c403 100644 --- a/net-p2p/linuxdcpp/files/patch-SConstruct +++ b/net-p2p/linuxdcpp/files/patch-SConstruct @@ -1,5 +1,5 @@ ---- SConstruct.orig Sat Dec 16 11:52:44 2006 -+++ SConstruct Sat Dec 16 11:54:05 2006 +--- SConstruct.orig Mon Jan 1 12:17:39 2007 ++++ SConstruct Mon Jan 1 12:19:12 2007 @@ -62,7 +62,7 @@ # Initialization # ---------------------------------------------------------------------- @@ -9,23 +9,7 @@ conf = Configure(env, custom_tests = -@@ -97,15 +97,6 @@ - print 'Compiler version check failed. g++ 3.4 or later is needed' - Exit(1) - --# Add support for compiler caches to speed-up compilation. --if conf.TryAction(Action('distcc'))[0]: -- env.Prepend(CXX = 'distcc ') -- print 'Enabling distcc...' -- --if conf.TryAction(Action('ccache'))[0]: -- env.Prepend(CXX = 'ccache ') -- print 'Enabling ccache...' -- - if not conf.CheckPKGConfig(): - print '\tpkg-config not found.' - Exit(1) -@@ -137,11 +128,6 @@ +@@ -128,11 +128,6 @@ print '\tHeader file unistd.h not found' Exit(1) @@ -37,7 +21,7 @@ if not conf.CheckLibWithHeader('z', 'zlib.h', 'c'): print '\tz library (gzip/z compression) not found' print '\tNote: You might have the lib but not the headers' -@@ -168,11 +154,11 @@ +@@ -159,11 +154,11 @@ env.Append(LINKFLAGS = ['-Wl,--as-needed']) if env.has_key('debug') and env['debug']: |