mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-04 06:15:24 +00:00
7247b8444b
submitter. Submitted by: David Sledge
31 lines
1.6 KiB
XML
31 lines
1.6 KiB
XML
--- features/org.eclipse.sdk/build.xml.orig Thu Jul 27 17:49:19 2006
|
|
+++ features/org.eclipse.sdk/build.xml Wed Jul 26 16:11:29 2006
|
|
@@ -123,6 +123,18 @@
|
|
<fileset dir="${basedir}/motif" includes="**" />
|
|
</copy>
|
|
</target>
|
|
+ <target name="rootFilesfreebsd_gtk_x86">
|
|
+ <mkdir dir="${feature.base}/freebsd.gtk.x86/${collectingFolder}"/>
|
|
+ <copy todir="${feature.base}/freebsd.gtk.x86/${collectingFolder}" failonerror="true" overwrite="true">
|
|
+ <fileset dir="${basedir}/gtk" includes="**" />
|
|
+ </copy>
|
|
+ </target>
|
|
+ <target name="rootFilesfreebsd_gtk_amd64">
|
|
+ <mkdir dir="${feature.base}/freebsd.gtk.amd64/${collectingFolder}"/>
|
|
+ <copy todir="${feature.base}/freebsd.gtk.amd64/${collectingFolder}" failonerror="true" overwrite="true">
|
|
+ <fileset dir="${basedir}/gtk" includes="**" />
|
|
+ </copy>
|
|
+ </target>
|
|
<target name="rootFilessolaris_gtk_sparc">
|
|
<mkdir dir="${feature.base}/solaris.gtk.sparc/${collectingFolder}"/>
|
|
<copy todir="${feature.base}/solaris.gtk.sparc/${collectingFolder}" failonerror="true" overwrite="true">
|
|
@@ -172,6 +184,8 @@
|
|
<antcall target="rootFileslinux_gtk_x86_64"/>
|
|
<antcall target="rootFileslinux_gtk_ia64"/>
|
|
<antcall target="rootFileslinux_motif_x86"/>
|
|
+ <antcall target="rootFilesfreebsd_gtk_x86"/>
|
|
+ <antcall target="rootFilesfreebsd_gtk_amd64"/>
|
|
<antcall target="rootFilessolaris_gtk_sparc"/>
|
|
<antcall target="rootFilessolaris_gtk_x86"/>
|
|
<antcall target="rootFilessolaris_motif_sparc"/>
|