]> git.pld-linux.org Git - packages/faad2.git/commitdiff
- add missing AC_PROG_CXX to configure.in auto/aidath/faad2-2_6_1-2
authortommat <tommat@pld-linux.org>
Wed, 16 Sep 2009 13:06:58 +0000 (13:06 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    faad2-ac.patch -> 1.1
    faad2.spec -> 1.32

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

diff --git a/faad2-ac.patch b/faad2-ac.patch
new file mode 100644 (file)
index 0000000..942f9e3
--- /dev/null
@@ -0,0 +1,11 @@
+diff -Nur faad2-orig/configure.in faad2/configure.in
+--- faad2-orig/configure.in    2009-09-16 15:02:53.000000000 +0200
++++ faad2/configure.in 2009-09-16 15:03:40.000000000 +0200
+@@ -16,6 +16,7 @@
+ dnl Checks for programs.
+ AC_PROG_CC
++AC_PROG_CXX
+ AC_PROG_CPP
+ dnl disable for mpeg4ip plugin
+ dnl AC_PROG_CXX
index d4e580a43d41dc6fb733bb9969749950a992eabd..2ec9e44a2a731a817d0f479495a1c50215afc4a9 100644 (file)
@@ -19,6 +19,7 @@ Patch0:               %{name}-make.patch
 Patch1:                %{name}-mpeg4ip.patch
 Patch2:                %{name}-soname.patch
 Patch3:                %{name}-backward_compat.patch
 Patch1:                %{name}-mpeg4ip.patch
 Patch2:                %{name}-soname.patch
 Patch3:                %{name}-backward_compat.patch
+Patch4:                %{name}-ac.patch
 URL:           http://www.audiocoding.com/
 %{?with_mpeg4ip:BuildRequires: SDL-devel}
 BuildRequires: autoconf
 URL:           http://www.audiocoding.com/
 %{?with_mpeg4ip:BuildRequires: SDL-devel}
 BuildRequires: autoconf
@@ -111,6 +112,7 @@ Wtyczka XMMS do plików AAC.
 %patch1 -p1
 %patch2 -p1
 %patch3 -p1
 %patch1 -p1
 %patch2 -p1
 %patch3 -p1
+%patch4 -p1
 
 %build
 %{__libtoolize}
 
 %build
 %{__libtoolize}
This page took 0.126695 seconds and 4 git commands to generate.