Path: blob/main/java/java3d/files/patch-j3d-core_build.xml
46590 views
--- j3d-core/build.xml.orig 2008-05-23 20:31:19 UTC1+++ j3d-core/build.xml2@@ -142,6 +142,16 @@3<echo message="version_file = ${version_file}"/>4</target>56+ <target name="setupFreeBSD" if="isFreeBSD">7+ <property name="isUnix" value="true"/>8+ <property name="shell" value="/bin/sh"/>9+ <property name="wstype" value="x11"/>10+ <property name="platformname" value="freebsd-${os.arch}"/>11+ <property name="platform" value="freebsd"/>12+ <property name="install.bin" value="lib/${os.arch}"/>13+ <property name="ports.localbase" value="/usr/local"/>14+ </target>15+16<target name="setupSolaris" if="isSolarisOnSparc">17<property name="isUnix" value="true"/>18<property name="shell" value="/usr/bin/ksh"/>19@@ -232,7 +242,7 @@20</target>2122<target name="setupPlatform"23- depends="init, setupBuildType, setupSolaris, setupSolarisX86, setupLinux, setupLinuxAmd64, setupLinuxIA64, setupLinuxPPC, setupWindows, setupWindowsAmd64, setupMacOSX, setupJogl">24+ depends="init, setupBuildType, setupFreeBSD, setupSolaris, setupSolarisX86, setupLinux, setupLinuxAmd64, setupLinuxIA64, setupLinuxPPC, setupWindows, setupWindowsAmd64, setupMacOSX, setupJogl">25<property name="build-debug-gen" location="${build}/${platform}/debug/gen"/>26<property name="build-opt-gen" location="${build}/${platform}/opt/gen"/>27<property name="docname" value="${build.relprefix}-${version_file}-doc"/>282930