diff options
-rw-r--r-- | make/build-jogl.xml | 6 | ||||
-rw-r--r-- | make/build-nativewindow.xml | 5 |
2 files changed, 0 insertions, 11 deletions
diff --git a/make/build-jogl.xml b/make/build-jogl.xml index a6758f042..876ec96c6 100644 --- a/make/build-jogl.xml +++ b/make/build-jogl.xml @@ -1102,12 +1102,6 @@ <!-- 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/X11R6/include" /> - </compiler> - <!-- linker configuration --> <linker id="linker.cfg.freebsd.jogl.x11" extends="linker.cfg.freebsd"> diff --git a/make/build-nativewindow.xml b/make/build-nativewindow.xml index a35f993aa..f17babeaa 100644 --- a/make/build-nativewindow.xml +++ b/make/build-nativewindow.xml @@ -353,11 +353,6 @@ <!-- compiler configuration --> <!-- Note that we can use the base setups in the gluegen-cpptasks for most of these --> - <compiler id="compiler.cfg.freebsd.nativewindow" extends="compiler.cfg.freebsd"> - <!-- Need to force X11R6 headers on to include path after stub_includes --> - <includepath path="/usr/X11R6/include" /> - </compiler> - <!-- linker configuration --> <linker id="linker.cfg.freebsd.nativewindow.x11" extends="linker.cfg.freebsd"> |