Gentoo Archives: gentoo-commits

From: "Alexis Ballier (aballier)" <aballier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo commit in src/patchsets/rezound/0.12.3_beta: 070_all_m4.patch series
Date: Sun, 20 Apr 2008 20:18:30
Message-Id: E1JnfzX-0000GH-QP@stork.gentoo.org
1 aballier 08/04/20 20:18:27
2
3 Modified: series
4 Added: 070_all_m4.patch
5 Log:
6 add a patch to fix build with latest autoconf
7
8 Revision Changes Path
9 1.4 src/patchsets/rezound/0.12.3_beta/series
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo/src/patchsets/rezound/0.12.3_beta/series?rev=1.4&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo/src/patchsets/rezound/0.12.3_beta/series?rev=1.4&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo/src/patchsets/rezound/0.12.3_beta/series?r1=1.3&r2=1.4
14
15 Index: series
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo/src/patchsets/rezound/0.12.3_beta/series,v
18 retrieving revision 1.3
19 retrieving revision 1.4
20 diff -u -r1.3 -r1.4
21 --- series 30 Dec 2007 12:31:16 -0000 1.3
22 +++ series 20 Apr 2008 20:18:27 -0000 1.4
23 @@ -4,3 +4,4 @@
24 040_all_automagic.patch
25 050_all_portaudio19.patch
26 060_all_raw_save.patch
27 +070_all_m4.patch
28
29
30
31 1.1 src/patchsets/rezound/0.12.3_beta/070_all_m4.patch
32
33 file : http://sources.gentoo.org/viewcvs.py/gentoo/src/patchsets/rezound/0.12.3_beta/070_all_m4.patch?rev=1.1&view=markup
34 plain: http://sources.gentoo.org/viewcvs.py/gentoo/src/patchsets/rezound/0.12.3_beta/070_all_m4.patch?rev=1.1&content-type=text/plain
35
36 Index: 070_all_m4.patch
37 ===================================================================
38 Index: rezound-0.12.3beta/config/m4/cxx.m4
39 ===================================================================
40 --- rezound-0.12.3beta.orig/config/m4/cxx.m4
41 +++ rezound-0.12.3beta/config/m4/cxx.m4
42 @@ -29,7 +29,7 @@ dnl Usage - Pass one argument- the Compi
43 dnl found to be valid, it is included in CXXFLAGS otherwise, it's left out
44 AC_DEFUN(ajv_CXX_FLAG,
45
46 - [AC_MSG_CHECKING(if $CXX accepts $1 )]
47 + [AC_MSG_CHECKING(if $CXX accepts $1 )
48
49 cat > ajv_cxx_flag.cc << EOF
50 int main(){}
51 @@ -45,5 +45,5 @@ EOF
52
53 rm -rf ajv_cxx_flag.cc
54 rm -rf ajv_cxx_flag.err
55 -)
56 +])
57
58
59
60
61 --
62 gentoo-commits@l.g.o mailing list