Gentoo Archives: gentoo-commits

From: "Andreas HAttel (dilfridge)" <dilfridge@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-text/xournal/files: xournal-0.4.7-ar.patch
Date: Wed, 01 May 2013 21:58:29
Message-Id: 20130501215823.976472171E@flycatcher.gentoo.org
1 dilfridge 13/05/01 21:58:23
2
3 Added: xournal-0.4.7-ar.patch
4 Log:
5 respect AR variable, bug 457610
6
7 (Portage version: 2.2.0_alpha173/cvs/Linux x86_64, signed Manifest commit with key 84AD142F)
8
9 Revision Changes Path
10 1.1 app-text/xournal/files/xournal-0.4.7-ar.patch
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/xournal/files/xournal-0.4.7-ar.patch?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/xournal/files/xournal-0.4.7-ar.patch?rev=1.1&content-type=text/plain
14
15 Index: xournal-0.4.7-ar.patch
16 ===================================================================
17 From 0a1f22f433addb3317b225c8e26c4268ce6df856 Mon Sep 17 00:00:00 2001
18 From: "Andreas K. Huettel (dilfridge)" <dilfridge@g.o>
19 Date: Wed, 1 May 2013 23:55:18 +0200
20 Subject: [PATCH] Let automake define AR, since it is used for libttsubset.a
21
22 ---
23 configure.in | 1 +
24 1 file changed, 1 insertion(+)
25
26 diff --git a/configure.in b/configure.in
27 index ba827c7..a74f7ef 100644
28 --- a/configure.in
29 +++ b/configure.in
30 @@ -9,6 +9,7 @@ AC_ISC_POSIX
31 AC_PROG_CC
32 AM_PROG_CC_STDC
33 AC_PROG_RANLIB
34 +AM_PROG_AR
35 AC_HEADER_STDC
36
37 LDFLAGS="$LDFLAGS -lz -lm"
38 --
39 1.8.2.1