diff options
Diffstat (limited to 'make')
-rw-r--r-- | make/build.xml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/make/build.xml b/make/build.xml index 75948efb6..17e0bd3d0 100644 --- a/make/build.xml +++ b/make/build.xml @@ -805,6 +805,8 @@ </compiler> <compiler id="compiler.cfg.freebsd" name="gcc"> + <!-- Need to force X11R6 headers on to include path after stub_includes --> + <includepath path="stub_includes/opengl"/> <includepath path="/usr/X11R6/include" /> </compiler> |