View | Details | Raw Unified | Return to bug 124779
Collapse All | Expand All

(-)files/patch-gettext-tools_configure (-5 / +26 lines)
Lines 1-6 Link Here
1
--- gettext-tools/configure.orig	Mon Nov 27 09:34:40 2006
1
--- gettext-tools/configure.orig	2007-11-07 08:37:40.000000000 +0900
2
+++ gettext-tools/configure	Sun Dec  3 17:54:35 2006
2
+++ gettext-tools/configure	2008-06-20 19:17:49.000000000 +0900
3
@@ -3962,7 +3962,3 @@
3
@@ -4258,11 +4258,7 @@
4
 
5
 
4
 
6
 
5
-if test -n "$HAVE_GCJ" && test "$JAVA_CHOICE" = yes; then
7
-if test -n "$HAVE_GCJ" && test "$JAVA_CHOICE" = yes; then
6
-  BUILDJAVAEXE=yes
8
-  BUILDJAVAEXE=yes
Lines 8-14 Link Here
8
   BUILDJAVAEXE=no
10
   BUILDJAVAEXE=no
9
-fi
11
-fi
10
 
12
 
11
@@ -5110,13 +5106,5 @@
13
 
14
 
15
@@ -5494,17 +5490,9 @@
16
 fi
17
 
12
 
18
 
13
-if test -n "$HAVE_JAVACOMP" && test -n "$JAR" && test "$JAVA_CHOICE" != no; then
19
-if test -n "$HAVE_JAVACOMP" && test -n "$JAR" && test "$JAVA_CHOICE" != no; then
14
-  BUILDJAVA=yes
20
-  BUILDJAVA=yes
Lines 22-28 Link Here
22
   TESTJAVA=no
28
   TESTJAVA=no
23
-fi
29
-fi
24
 
30
 
25
@@ -50083,2 +50071,13 @@
31
 
32
 
33
@@ -6872,7 +6860,7 @@
34
   return 0;
35
 }
36
 _ACEOF
37
-for ac_arg in '' -std=gnu99 -c99 -qlanglvl=extc99
38
+for ac_arg in ''
39
 do
40
   CC="$ac_save_CC $ac_arg"
41
   rm -f conftest.$ac_objext
42
@@ -64687,6 +64675,17 @@
43
 
44
 
26
 case "$host_os" in
45
 case "$host_os" in
27
+  freebsd[5-9]*)
46
+  freebsd[5-9]*)
28
+
47
+
Lines 36-38 Link Here
36
+
55
+
37
+    ;;
56
+    ;;
38
   linux*)
57
   linux*)
58
 
59
 cat >>confdefs.h <<\_ACEOF

Return to bug 124779