diff options
author | Mark Rothwell <[email protected]> | 2010-06-26 05:34:57 +0000 |
---|---|---|
committer | Mark Rothwell <[email protected]> | 2010-06-26 05:34:57 +0000 |
commit | ec211da376ea5b60a7dc95a1e295d14caa8e833e (patch) | |
tree | 2ca98fe43301e248f9c902d540affd857d3a2379 /make/build-newt.xml | |
parent | 643bcfa63c107eaa2d15e83e00f9ab41bb5201ed (diff) |
Remove /usr/X11R6 from newt, too
Diffstat (limited to 'make/build-newt.xml')
-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"> |