freebsd-ports/games/lwjgl/files/patch-build.xml
Chris Rees 716b6bc1f9 Update to 2.8.5
PR:		ports/173839
Submitted by:	4721

Reset maintainership

Approved by:	loader (maintainer)

Feature safe:	yes
2012-11-26 12:12:55 +00:00

30 lines
875 B
XML

--- build.xml.orig
+++ build.xml
@@ -7,7 +7,6 @@
<import file="platform_build/build-applet.xml"/>
<import file="platform_build/build-webstart.xml"/>
<import file="platform_build/build-maven.xml"/>
- <import file="eclipse-update/org.lwjgl.build/build-updatesite.xml"/>
<!-- ================================================================== -->
<!-- Everything below this line is targets. -->
@@ -463,7 +462,10 @@
<antcall target="-compile_native_win32" />
<condition property="lwjgl.platform.linux">
- <os name="Linux" />
+ <or>
+ <os name="Linux" />
+ <os name="FreeBSD" />
+ </or>
</condition>
<antcall target="-compile_native_linux" />
@@ -604,6 +606,7 @@
<condition property="native_path" value="libs/linux">
<or>
<os name="Linux" />
+ <os name="FreeBSD" />
<os name="SunOS" />
</or>
</condition>