[144138] trunk/dports/math/gringo/files/patch-SConstruct.diff
Revision: 144138 https://trac.macports.org/changeset/144138 Author: khindenburg@macports.org Date: 2016-01-02 19:08:00 -0800 (Sat, 02 Jan 2016) Log Message: ----------- gringo: add patch file Added Paths: ----------- trunk/dports/math/gringo/files/patch-SConstruct.diff Added: trunk/dports/math/gringo/files/patch-SConstruct.diff =================================================================== --- trunk/dports/math/gringo/files/patch-SConstruct.diff (rev 0) +++ trunk/dports/math/gringo/files/patch-SConstruct.diff 2016-01-03 03:08:00 UTC (rev 144138) @@ -0,0 +1,17 @@ +--- SConstruct.orig 2015-10-16 08:03:33.000000000 +0200 ++++ SConstruct 2016-01-02 11:40:21.000000000 +0100 +@@ -67,10 +67,10 @@ + env['CPPPATH'] = [] + env['LIBPATH'] = [] + env['RPATH'] = [] +-env['WITH_PYTHON'] = 'auto' +-env['WITH_LUA'] = 'auto' +-env['WITH_TBB'] = 'auto' +-env['WITH_CPPUNIT'] = 'auto' ++env['WITH_PYTHON'] = None ++env['WITH_LUA'] = None ++env['WITH_TBB'] = None ++env['WITH_CPPUNIT'] = None + + if GetOption("build_dir") == "static": + env['CXXFLAGS'] = ['-std=c++11', '-O3', '-Wall']
participants (1)
-
khindenburg@macports.org