aboutsummaryrefslogtreecommitdiffstats
path: root/make
diff options
context:
space:
mode:
authorKenneth Russel <[email protected]>2006-07-19 16:02:20 +0000
committerKenneth Russel <[email protected]>2006-07-19 16:02:20 +0000
commit64940369f9192a42c7d68a879e8cd3e2052596a3 (patch)
treeec62a9062b1905490b928756b1474039de62d917 /make
parentd3fc9aed5d9c8ca8407780ccddbb0b020453ed78 (diff)
Fixed build problem on FreeBSD; fix confirmed by user cybasheep on JOGL forum
git-svn-id: file:///usr/local/projects/SUN/JOGL/git-svn/svn-server-sync/jogl/trunk@849 232f8b59-042b-4e1e-8c03-345bb8c30851
Diffstat (limited to 'make')
-rw-r--r--make/build.xml2
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>