]> git.pld-linux.org Git - packages/popt.git/commitdiff
- automake 1.12 patch
authorJacek Konieczny <jajcus@pld-linux.org>
Mon, 18 Jun 2012 19:15:49 +0000 (19:15 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    popt-automake_1_12.patch -> 1.1
    popt.spec -> 1.103

popt-automake_1_12.patch [new file with mode: 0644]
popt.spec

diff --git a/popt-automake_1_12.patch b/popt-automake_1_12.patch
new file mode 100644 (file)
index 0000000..345f179
--- /dev/null
@@ -0,0 +1,11 @@
+diff -dur popt-1.16.orig/configure.ac popt-1.16/configure.ac
+--- popt-1.16.orig/configure.ac        2012-06-18 21:12:58.000000000 +0200
++++ popt-1.16/configure.ac     2012-06-18 21:14:01.185438214 +0200
+@@ -46,7 +46,6 @@
+ AC_SYS_LARGEFILE
+ AC_ISC_POSIX
+-AM_C_PROTOTYPES
+ AC_CHECK_HEADERS(float.h fnmatch.h glob.h langinfo.h libintl.h mcheck.h unistd.h)
index e4279669a243a5d53c7226dcdfe64d276d3e1fd4..94023c61ae9cf4275a3f9a0b7abddf945a069a28 100644 (file)
--- a/popt.spec
+++ b/popt.spec
@@ -16,6 +16,7 @@ License:      X Consortium (MIT-like)
 Group:         Libraries
 Source0:       http://rpm5.org/files/popt/%{name}-%{version}.tar.gz
 # Source0-md5: 3743beefa3dd6247a73f8f7a32c14c33
+Patch0:                %{name}-automake_1_12.patch
 Patch1:                %{name}-diet.patch
 URL:           http://rpm5.org/
 BuildRequires: autoconf >= 2.57
@@ -155,6 +156,7 @@ Biblioteka statyczna dietlibc popt.
 
 %prep
 %setup -q
+%patch0 -p1
 %patch1 -p1
 
 sed -i -e 's#po/Makefile.in intl/Makefile##g' configure.ac
This page took 0.134422 seconds and 4 git commands to generate.