aboutsummaryrefslogtreecommitdiffstats
path: root/make/build-nativewindow.xml
diff options
context:
space:
mode:
authorMark Rothwell <[email protected]>2010-06-26 05:34:02 +0000
committerMark Rothwell <[email protected]>2010-06-26 05:34:02 +0000
commit643bcfa63c107eaa2d15e83e00f9ab41bb5201ed (patch)
treebcfb7c6d6416a499ad25091d1ea42225ce2240d4 /make/build-nativewindow.xml
parent0a9b3dece8bd08829ebf758bc8cfb4e9006d89ec (diff)
FreeBSD does not use /usr/X11R6 anymore (it became a symlink to /usr/local quite a while ago)
Diffstat (limited to 'make/build-nativewindow.xml')
-rw-r--r--make/build-nativewindow.xml5
1 files changed, 0 insertions, 5 deletions
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">