updated on Thu Jan 26 16:09:46 UTC 2012
[aur-mirror.git] / ngplant / scons.patch
blob76f738d3dff100fac2c4bb35c1e26acc5eb6a964
1 --- SConstruct.org 2010-11-16 20:39:30.791274871 +0100
2 +++ SConstruct 2010-11-16 21:15:24.695838140 +0100
3 @@ -33,7 +33,7 @@
4 opts.Add(BoolOption('WITH_LUA','Enable Lua plug-ins support','yes'))
5 opts.Add(BoolOption('LUA_INTERNAL','Compile Lua libraries from sources in extern/lua','no'))
6 opts.Add('LUA_INC','Lua headers path(s)','')
7 -opts.Add('LUA_LIBS','Lua libraries','')
8 +opts.Add('LUA_LIBS','Lua libraries','lua')
9 opts.Add('LUA_LIBPATH','Lua libraries path(s)','')
11 opts.Add(BoolOption('GLEW_INTERNAL','Compile GLEW library from sources in extern/glew','no'))
13 --- pywrapper/SConscript.org 2010-11-16 21:42:40.843983827 +0100
14 +++ pywrapper/SConscript 2010-11-16 21:42:00.554521981 +0100
15 @@ -82,7 +82,7 @@
16 source = SRCS,
17 PYEXT_NAME='_ngp',
18 PYEXT_VERSION='1.0',
19 - CPPPATH=['.','pywrapper'])
20 + CPPPATH=['.','pywrapper','/usr/include/python2.7'])
22 env.Command('_ngp.so','setup.py',"python pywrapper/setup.py build --build-lib pywrapper --build-temp pywrapper/build")