freebsd-ports/graphics/libosmesa/files/patch-scons_custom.py
Pietro Cerutti 638e216115 - Update to 9.0.1
Release notes:
  * 9.0 http://www.mesa3d.org/relnotes-9.0.html
  * 9.0.1 http://www.mesa3d.org/relnotes-9.0.1.html
- This update includes the switch from autotools to SCons
2013-01-14 16:39:46 +00:00

11 lines
301 B
Python

--- scons/custom.py.orig 2012-10-10 16:32:44.000000000 +0200
+++ scons/custom.py 2012-10-10 16:32:29.000000000 +0200
@@ -301,6 +301,8 @@
createPkgConfigMethods(env)
createParseSourceListMethod(env)
+ env['LEX'] = '%%LOCALBASE%%/bin/flex'
+
# for debugging
#print env.Dump()