aboutsummaryrefslogtreecommitdiffstats
path: root/make/build-jogl.xml
diff options
context:
space:
mode:
authorMark Rothwell <[email protected]>2010-06-26 15:47:26 +0000
committerMark Rothwell <[email protected]>2010-06-26 15:47:26 +0000
commit6953433818d5aa3a4acddd3a9f884968c1d98ff4 (patch)
tree2906e718503f2068bd302e3a6c60b4826a279a00 /make/build-jogl.xml
parent0c01720434a5b84b8f7692f0e267c4aca3bda864 (diff)
But /usr/local/include IS necessary on the default FreeBSD setup
Diffstat (limited to 'make/build-jogl.xml')
-rw-r--r--make/build-jogl.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/make/build-jogl.xml b/make/build-jogl.xml
index 876ec96c6..133415d5e 100644
--- a/make/build-jogl.xml
+++ b/make/build-jogl.xml
@@ -1102,6 +1102,12 @@
<!-- compiler configuration -->
<!-- Note that we can use the base setups in the gluegen-cpptasks for most of these -->
+ <compiler id="compiler.cfg.freebsd.jogl" extends="compiler.cfg.freebsd">
+ <!-- Need to force X11R6 headers on to include path after stub_includes -->
+ <includepath path="stub_includes/opengl"/>
+ <includepath path="/usr/local/include" />
+ </compiler>
+
<!-- linker configuration -->
<linker id="linker.cfg.freebsd.jogl.x11" extends="linker.cfg.freebsd">