]> git.pld-linux.org Git - packages/arts.git/commitdiff
- rel 12; fix build auto/th/arts-1_5_10-12 auto/ti/arts-1_5_10-12
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Thu, 31 Dec 2009 14:44:15 +0000 (14:44 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    arts-ac.patch -> 1.1
    arts.spec -> 1.178

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

diff --git a/arts-ac.patch b/arts-ac.patch
new file mode 100644 (file)
index 0000000..284545f
--- /dev/null
@@ -0,0 +1,24 @@
+--- kdelibs-3.5.10/admin/configure.in.min~     2008-08-19 22:28:39.000000000 +0200
++++ kdelibs-3.5.10/admin/configure.in.min      2009-08-17 19:13:01.823156420 +0200
+@@ -44,6 +44,9 @@
+ AM_CONFIG_HEADER(config.h) dnl at the distribution this done
+ dnl Checks for programs.
++AC_PROG_CC
++AC_PROG_CXX
++
+ AC_CHECK_COMPILERS
+ AC_ENABLE_SHARED(yes)
+ AC_ENABLE_STATIC(no)
+--- kdelibs-3.5.10/configure.in.in~    2006-05-22 20:14:23.000000000 +0200
++++ kdelibs-3.5.10/configure.in.in     2009-08-17 19:16:04.549804009 +0200
+@@ -25,6 +25,9 @@
+ AM_CONFIG_HEADER(config.h) dnl at the distribution this done
+ dnl Checks for programs.
++AC_PROG_CC
++AC_PROG_CXX
++
+ AC_CHECK_COMPILERS
+ AC_LIBLTDL_CONVENIENCE
index 7789db9f8697466a114fee3f52efb0e405c3fcc0..133cc1885d7118aab778983a222dfe4ec49ee0e3 100644 (file)
--- a/arts.spec
+++ b/arts.spec
@@ -13,7 +13,7 @@ Summary(pl.UTF-8):    Serwer dźwięku
 Summary(pt_BR.UTF-8):  Servidor de sons usado pelo KDE
 Name:          arts
 Version:       1.5.10
-Release:       11
+Release:       12
 Epoch:         13
 License:       LGPL
 Group:         Libraries
@@ -26,6 +26,7 @@ Patch2:               %{name}-extension_loader.patch
 Patch3:                %{name}-gcc43.patch
 Patch4:                %{name}-fortify.patch
 Patch5:                kde-am.patch
+Patch6:                %{name}-ac.patch
 URL:           http://www.arts-project.org/
 %{?with_alsa:BuildRequires:    alsa-lib-devel}
 BuildRequires: audiofile-devel
@@ -173,6 +174,7 @@ Pliki programistyczne dla biblioteki qtmcop.
 %patch3 -p1
 %patch4 -p1
 %patch5 -p1
+%patch6 -p1
 
 find . -type f -name '*.mcopclass' | xargs %{__sed} -i -e 's:\.la::'
 
This page took 0.062741 seconds and 4 git commands to generate.