File: skip_parts_of_build.patch

package info (click to toggle)
libjogl2-java 2.6.0%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 57,484 kB
  • sloc: java: 257,713; ansic: 86,782; xml: 7,914; objc: 4,880; sh: 3,033; cpp: 139; makefile: 50; awk: 46; perl: 27
file content (21 lines) | stat: -rw-r--r-- 750 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
Description: skipping an useless part of the build
Author: Pierre Gruet <pgt@debian.org>
Forwarded: not-needed
Last-Update: 2023-04-16

--- a/make/build-common.xml
+++ b/make/build-common.xml
@@ -798,13 +798,6 @@
     </target>
     <target name="common.gluegen.build" unless="common.gluegen.build.done">
         <property name="common.gluegen.build.done" value="true" />
-
-        <!-- Run the GlueGen build to ensure that the GlueGen ANT task
-           - has been built. -->
-        <ant antfile="${gluegen.build.xml}" dir="${gluegen.make}" target="base.compile" inheritAll="false">
-          <property name="build" value="${basedir}/../"/>
-          <property name="test.dir" value="${basedir}/../test"/>
-        </ant>
     </target>