forked from pool/ladspa
Obviously it had to fail in every distro but the tested one... Readding the patch for <=12.1
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/ladspa?expand=0&rev=25
This commit is contained in:
parent
f95f977d9f
commit
e203012dc2
@ -1,7 +1,7 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Feb 9 14:20:40 UTC 2012 - reddwarf@opensuse.org
|
||||
|
||||
- Remove swh-configure-2.65.patch, which broke Factory build
|
||||
- Remove swh-configure-2.65.patch for >12.1
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Nov 13 09:12:07 UTC 2011 - coolo@suse.com
|
||||
|
@ -99,6 +99,12 @@ Patch16: pvoc-compile-fix.dif
|
||||
Patch17: swh-0.4.13-gcc4-fix.diff
|
||||
Patch18: sooperlooper-0.93-gcc4-fix.diff
|
||||
Patch20: swh-libblo.dif
|
||||
# swh-configure.patch changes for >= autoconf-2.65 in openSUSE 11.3
|
||||
%if 0%{?suse_version} <= 1120
|
||||
Patch21: swh-configure.patch
|
||||
%else
|
||||
Patch21: swh-configure-2.65.patch
|
||||
%endif
|
||||
Patch22: alienwah-compile-fix.diff
|
||||
Patch23: alienwah-float_complex.diff
|
||||
Patch25: pvoc-0.1.10-depend-copts-fix.diff
|
||||
@ -149,6 +155,9 @@ Authors:
|
||||
touch config.rpath
|
||||
./autogen.sh --prefix=%{_prefix}
|
||||
%{?suse_update_config:%{suse_update_config -f}}
|
||||
%if 0%{?suse_version} <= 1210
|
||||
%patch21 -p 1
|
||||
%endif
|
||||
)
|
||||
(cd cmt
|
||||
%patch2
|
||||
|
30
swh-configure-2.65.patch
Normal file
30
swh-configure-2.65.patch
Normal file
@ -0,0 +1,30 @@
|
||||
Index: swh-plugins-0.4.15/configure
|
||||
===================================================================
|
||||
--- swh-plugins-0.4.15.orig/configure
|
||||
+++ swh-plugins-0.4.15/configure
|
||||
@@ -767,6 +767,7 @@ GMSGFMT
|
||||
MSGFMT
|
||||
GETTEXT_MACRO_VERSION
|
||||
USE_NLS
|
||||
+MKINSTALLDIRS
|
||||
CPP
|
||||
OTOOL64
|
||||
OTOOL
|
||||
@@ -11223,6 +11224,17 @@ fi
|
||||
|
||||
ALL_LINGUAS="en_GB"
|
||||
|
||||
+ MKINSTALLDIRS=
|
||||
+ if test -n "$ac_aux_dir"; then
|
||||
+ case "$ac_aux_dir" in
|
||||
+ /*) MKINSTALLDIRS="$ac_aux_dir/mkinstalldirs" ;;
|
||||
+ *) MKINSTALLDIRS="\$(top_builddir)/$ac_aux_dir/mkinstalldirs" ;;
|
||||
+ esac
|
||||
+ fi
|
||||
+ if test -z "$MKINSTALLDIRS"; then
|
||||
+ MKINSTALLDIRS="\$(top_srcdir)/mkinstalldirs"
|
||||
+ fi
|
||||
+
|
||||
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether NLS is requested" >&5
|
||||
$as_echo_n "checking whether NLS is requested... " >&6; }
|
||||
# Check whether --enable-nls was given.
|
30
swh-configure.patch
Normal file
30
swh-configure.patch
Normal file
@ -0,0 +1,30 @@
|
||||
Index: swh-plugins-0.4.15/configure
|
||||
===================================================================
|
||||
--- swh-plugins-0.4.15.orig/configure
|
||||
+++ swh-plugins-0.4.15/configure
|
||||
@@ -811,6 +811,7 @@ GMSGFMT
|
||||
MSGFMT
|
||||
GETTEXT_MACRO_VERSION
|
||||
USE_NLS
|
||||
+MKINSTALLDIRS
|
||||
CPP
|
||||
OTOOL64
|
||||
OTOOL
|
||||
@@ -12121,6 +12122,17 @@ fi
|
||||
|
||||
ALL_LINGUAS="en_GB"
|
||||
|
||||
+ MKINSTALLDIRS=
|
||||
+ if test -n "$ac_aux_dir"; then
|
||||
+ case "$ac_aux_dir" in
|
||||
+ /*) MKINSTALLDIRS="$ac_aux_dir/mkinstalldirs" ;;
|
||||
+ *) MKINSTALLDIRS="\$(top_builddir)/$ac_aux_dir/mkinstalldirs" ;;
|
||||
+ esac
|
||||
+ fi
|
||||
+ if test -z "$MKINSTALLDIRS"; then
|
||||
+ MKINSTALLDIRS="\$(top_srcdir)/mkinstalldirs"
|
||||
+ fi
|
||||
+
|
||||
{ $as_echo "$as_me:$LINENO: checking whether NLS is requested" >&5
|
||||
$as_echo_n "checking whether NLS is requested... " >&6; }
|
||||
# Check whether --enable-nls was given.
|
Loading…
Reference in New Issue
Block a user