File: arch_naming.diff

package info (click to toggle)
libjogl2-java 2.5.0%2Bdfsg-3.1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 54,660 kB
  • sloc: java: 244,913; ansic: 82,750; xml: 7,686; objc: 4,857; sh: 3,026; cpp: 139; makefile: 50; awk: 46; perl: 27
file content (48 lines) | stat: -rw-r--r-- 2,686 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
Index: libjogl2-java-2.0-rc3/make/build-nativewindow.xml
===================================================================
--- libjogl2-java-2.0-rc3.orig/make/build-nativewindow.xml	2011-10-09 18:55:30.000000000 +0200
+++ libjogl2-java-2.0-rc3/make/build-nativewindow.xml	2011-10-09 19:16:39.000000000 +0200
@@ -465,37 +465,37 @@
       <property name="linker.cfg.id.oswin"                  value="linker.cfg.linux.nativewindow.x11" />
     </target>
 
-    <target name="c.configure.linux.hppa" if="isLinuxHPPA">
+    <target name="c.configure.linux.hppa" if="isLinuxHppa">
       <echo message="Linux.HPPA" />
       <property name="compiler.cfg.id"                      value="compiler.cfg.linux" />
       <property name="linker.cfg.id.oswin"                  value="linker.cfg.linux.nativewindow.x11" />
     </target>
 
-    <target name="c.configure.linux.mips" if="isLinuxMIPS">
+    <target name="c.configure.linux.mips" if="isLinuxMips">
       <echo message="Linux.MIPS" />
       <property name="compiler.cfg.id"                      value="compiler.cfg.linux" />
       <property name="linker.cfg.id.oswin"                  value="linker.cfg.linux.nativewindow.x11" />
     </target>
 
-    <target name="c.configure.linux.mipsel" if="isLinuxMIPSEL">
+    <target name="c.configure.linux.mipsel" if="isLinuxMipsel">
       <echo message="Linux.MIPSEL" />
       <property name="compiler.cfg.id"                      value="compiler.cfg.linux" />
       <property name="linker.cfg.id.oswin"                  value="linker.cfg.linux.nativewindow.x11" />
     </target>
 
-    <target name="c.configure.linux.ppc" if="isLinuxPPC">
+    <target name="c.configure.linux.ppc" if="isLinuxPpc">
       <echo message="Linux.PPC" />
       <property name="compiler.cfg.id"                      value="compiler.cfg.linux" />
       <property name="linker.cfg.id.oswin"                  value="linker.cfg.linux.nativewindow.x11" />
     </target>
 
-    <target name="c.configure.linux.s390" if="isLinuxS390">
+    <target name="c.configure.linux.s390" if="isLinuxs390">
       <echo message="Linux.S390" />
       <property name="compiler.cfg.id"                      value="compiler.cfg.linux" />
       <property name="linker.cfg.id.oswin"                  value="linker.cfg.linux.nativewindow.x11" />
     </target>
 
-    <target name="c.configure.linux.sparc" if="isLinuxSPARC">
+    <target name="c.configure.linux.sparc" if="isLinuxSparc">
       <echo message="Linux.SPARC" />
       <property name="compiler.cfg.id"                      value="compiler.cfg.linux" />
       <property name="linker.cfg.id.oswin"                  value="linker.cfg.linux.nativewindow.x11" />