]> git.pld-linux.org Git - packages/mpfr.git/commitdiff
- automake 1.12 patch
authorJacek Konieczny <jajcus@pld-linux.org>
Mon, 18 Jun 2012 20:03:40 +0000 (20:03 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    mpfr-automake-1_12.patch -> 1.1
    mpfr.spec -> 1.21

mpfr-automake-1_12.patch [new file with mode: 0644]
mpfr.spec

diff --git a/mpfr-automake-1_12.patch b/mpfr-automake-1_12.patch
new file mode 100644 (file)
index 0000000..d8d0d40
--- /dev/null
@@ -0,0 +1,23 @@
+diff -dur -x '*~' mpfr-3.1.0.orig/configure.ac mpfr-3.1.0/configure.ac
+--- mpfr-3.1.0.orig/configure.ac       2011-10-03 10:17:15.000000000 +0200
++++ mpfr-3.1.0/configure.ac    2012-06-18 21:52:02.007039210 +0200
+@@ -301,7 +301,6 @@
+ fi
+ AM_PROG_CC_C_O
+-AM_C_PROTOTYPES
+ case $host in
+   *-apple-darwin*)
+diff -dur -x '*~' mpfr-3.1.0.orig/tests/Makefile.am mpfr-3.1.0/tests/Makefile.am
+--- mpfr-3.1.0.orig/tests/Makefile.am  2011-10-03 10:17:14.000000000 +0200
++++ mpfr-3.1.0/tests/Makefile.am       2012-06-18 21:53:39.644345375 +0200
+@@ -9,7 +9,7 @@
+ # PARTICULAR PURPOSE.
+-AUTOMAKE_OPTIONS = 1.6 gnu $(top_builddir)/ansi2knr
++AUTOMAKE_OPTIONS = 1.6 gnu
+ # tversion is run
+ #   * at the beginning so that the user gets a possible version error
index 77910975a37e86e597270e831d9a1b595e0caa47..389940d983d231af1b5e5d437a8676a646baa4e1 100644 (file)
--- a/mpfr.spec
+++ b/mpfr.spec
@@ -12,6 +12,7 @@ Group:                Libraries
 Source0:       http://www.mpfr.org/mpfr-current/%{name}-%{version}.tar.xz
 # Source0-md5: 6e495841bb026481567006cec0f821c3
 Patch0:                %{name}-info.patch
+Patch1:                %{name}-automake-1_12.patch
 URL:           http://www.mpfr.org/
 BuildRequires: autoconf >= 2.50
 BuildRequires: automake >= 1.6
@@ -71,6 +72,7 @@ Statyczna biblioteka MPFR.
 %prep
 %setup -q
 %patch0 -p1
+%patch1 -p1
 
 # triggers bug in gold (as of binutils-2.21.53.0.2-1.i686)
 mkdir my-ld
This page took 0.042191 seconds and 4 git commands to generate.