Package: geneweb / 6.05.1-1

014_no-warn-error Patch series | download
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
49
50
51
commit 04f584f0e3d161eec6b566da133f6925f2942d7d
Author: Stephane Glondu <steph@glondu.net>
Date:   Sun Mar 29 14:00:48 2009 +0200

    Remove "-warn-error A" to work around FTBFS (Closes: #521674)

Index: trunk/tools/Makefile.inc.opt
===================================================================
--- trunk.orig/tools/Makefile.inc.opt
+++ trunk/tools/Makefile.inc.opt
@@ -5,8 +5,8 @@
 CAMLP5F=-DUNIX
 CAMLP5D=+camlp5
 LIBUNIX=-cclib -lunix
-OCAMLC=ocamlc.opt -warn-error A
-OCAMLOPT=ocamlopt.opt -warn-error A
+OCAMLC=ocamlc.opt
+OCAMLOPT=ocamlopt.opt
 OCAMLI=
 OCAMLD=
 STRIP=strip
Index: trunk/tools/Makefile.inc.out
===================================================================
--- trunk.orig/tools/Makefile.inc.out
+++ trunk/tools/Makefile.inc.out
@@ -5,8 +5,8 @@
 CAMLP5F=-DUNIX
 CAMLP5D=+camlp5
 LIBUNIX=-cclib -lunix
-OCAMLC=ocamlc -warn-error A
-OCAMLOPT=ocamlopt -warn-error A
+OCAMLC=ocamlc
+OCAMLOPT=ocamlopt
 OCAMLI=
 OCAMLD=
 STRIP=strip
Index: trunk/tools/Makefile.inc.win
===================================================================
--- trunk.orig/tools/Makefile.inc.win
+++ trunk/tools/Makefile.inc.win
@@ -5,8 +5,8 @@
 CAMLP5F=-DWIN95
 CAMLP5D=+camlp5
 LIBUNIX=-cclib -lunix
-OCAMLC=ocamlc.opt -warn-error A
-OCAMLOPT=ocamlopt.opt -warn-error A
+OCAMLC=ocamlc.opt
+OCAMLOPT=ocamlopt.opt
 OCAMLI=
 OCAMLD=
 STRIP=true