Gentoo Archives: gentoo-commits

From: "Jeroen Roovers (jer)" <jer@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in x11-plugins/asapm/files: asapm-3.1-ldflags.patch asapm-3.1-autoconf.patch
Date: Tue, 25 Mar 2014 14:26:35
Message-Id: 20140325142630.E69A520057@flycatcher.gentoo.org
1 jer 14/03/25 14:26:30
2
3 Modified: asapm-3.1-ldflags.patch
4 Added: asapm-3.1-autoconf.patch
5 Log:
6 Fix configure.in error when sourcing config.site.
7
8 (Portage version: 2.2.9-r1/cvs/Linux x86_64, signed Manifest commit with key A792A613)
9
10 Revision Changes Path
11 1.2 x11-plugins/asapm/files/asapm-3.1-ldflags.patch
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/asapm/files/asapm-3.1-ldflags.patch?rev=1.2&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/asapm/files/asapm-3.1-ldflags.patch?rev=1.2&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/asapm/files/asapm-3.1-ldflags.patch?r1=1.1&r2=1.2
16
17 Index: asapm-3.1-ldflags.patch
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/x11-plugins/asapm/files/asapm-3.1-ldflags.patch,v
20 retrieving revision 1.1
21 retrieving revision 1.2
22 diff -u -r1.1 -r1.2
23 --- asapm-3.1-ldflags.patch 23 Mar 2014 17:32:23 -0000 1.1
24 +++ asapm-3.1-ldflags.patch 25 Mar 2014 14:26:30 -0000 1.2
25 @@ -1,5 +1,5 @@
26 ---- autoconf/Makefile.common.in
27 -+++ autoconf/Makefile.common.in
28 +--- a/autoconf/Makefile.common.in
29 ++++ b/autoconf/Makefile.common.in
30 @@ -34,7 +34,7 @@
31 done
32
33
34
35
36 1.1 x11-plugins/asapm/files/asapm-3.1-autoconf.patch
37
38 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/asapm/files/asapm-3.1-autoconf.patch?rev=1.1&view=markup
39 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/asapm/files/asapm-3.1-autoconf.patch?rev=1.1&content-type=text/plain
40
41 Index: asapm-3.1-autoconf.patch
42 ===================================================================
43 --- a/autoconf/configure.in
44 +++ b/autoconf/configure.in
45 @@ -59,7 +59,6 @@
46 AC_CHECK_HEADERS(sys/wait.h sys/time.h)
47 AC_CHECK_HEADERS(sys/statvfs.h sys/vfs.h sys/mount.h ustat.h)
48 AC_CHECK_HEADERS(machine/soundcard.h linux/soundcard.h linux/radio.h)
49 -AC_CONFIG_HEADER(config.h)
50
51 dnl# Check for X
52
53 @@ -117,10 +116,6 @@
54 AC_SUBST(with_gnustep_lib)
55 AC_SUBST(with_afterdir)
56
57 -dnl# Write results
58 -
59 -AC_CONFIG_HEADER(config.h)
60 -
61 dnl# Common parts of the Makefile
62 MAKEFILEDEFINES=./autoconf/Makefile.defines
63 MAKEFILECOMMON=./autoconf/Makefile.common