]> git.pld-linux.org Git - packages/libmpcdec.git/commitdiff
- fix configure regeneration problem auto/th/libmpcdec-1.2.6-4
authorJan Rękorajski <baggins@pld-linux.org>
Mon, 9 Mar 2015 18:01:39 +0000 (19:01 +0100)
committerJan Rękorajski <baggins@pld-linux.org>
Mon, 9 Mar 2015 18:01:39 +0000 (19:01 +0100)
- rel 4

ac.patch [new file with mode: 0644]
libmpcdec.spec

diff --git a/ac.patch b/ac.patch
new file mode 100644 (file)
index 0000000..53a0d93
--- /dev/null
+++ b/ac.patch
@@ -0,0 +1,10 @@
+--- libmpcdec-1.2.6/configure.ac~      2007-04-17 21:05:32.000000000 +0200
++++ libmpcdec-1.2.6/configure.ac       2015-03-09 19:00:40.429162006 +0100
+@@ -4,6 +4,7 @@
+ AM_INIT_AUTOMAKE(libmpcdec,1.2.6)
+ AM_CONFIG_HEADER(include/config.h)
++AC_PROG_CXX
+ AM_PROG_LIBTOOL
+ CFLAGS="$CFLAGS -O3 -fomit-frame-pointer -fPIC"
index 96f1c41ee80994c90ac2c9d30a7971c099da88d4..89e2805ed07b721db4f68b370fdb447a3dbd80dd 100644 (file)
@@ -6,11 +6,12 @@ Summary:      Musepack decoding library
 Summary(pl.UTF-8):     Biblioteka do dekodowania formatu musepack
 Name:          libmpcdec
 Version:       1.2.6
-Release:       3
+Release:       4
 License:       BSD
 Group:         Libraries
 Source0:       http://files2.musepack.net/source/%{name}-%{version}.tar.bz2
 # Source0-md5: 7f7a060e83b4278acf4b77d7a7b9d2c0
+Patch0:                ac.patch
 URL:           http://www.musepack.net/
 BuildRequires: automake
 BuildRequires: autoconf
@@ -78,6 +79,7 @@ Przykład użycia libmpcdec z dokumentacją.
 
 %prep
 %setup -q
+%patch0 -p1
 
 %build
 %{?debug:%{__sed} -i -e "s,-O3 -fomit-frame-pointer,,g" configure.ac}
This page took 0.092762 seconds and 4 git commands to generate.