diff options
-rw-r--r-- | make/build-newt.xml | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/make/build-newt.xml b/make/build-newt.xml index 27e770611..d85f9da65 100644 --- a/make/build-newt.xml +++ b/make/build-newt.xml @@ -232,11 +232,6 @@ <!-- compiler configuration --> <!-- Note that we can use the base setups in the gluegen-cpptasks for most of these --> - <compiler id="compiler.cfg.freebsd.newt" 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.linux.newt.broadcom_egl" extends="linker.cfg.linux"> |