diff options
author | Willem Jan Palenstijn | 2014-07-11 12:02:12 +0200 |
---|---|---|
committer | Willem Jan Palenstijn | 2014-07-11 12:08:37 +0200 |
commit | bdf3c4948939c4a6f98c299d14791eae9dc97d43 (patch) | |
tree | d0691bae045a51010053781620d02c53d2da36ac | |
parent | 54b6f52cb73ca31348228d1a70a0da22409a311f (diff) | |
download | scummvm-rg350-bdf3c4948939c4a6f98c299d14791eae9dc97d43.tar.gz scummvm-rg350-bdf3c4948939c4a6f98c299d14791eae9dc97d43.tar.bz2 scummvm-rg350-bdf3c4948939c4a6f98c299d14791eae9dc97d43.zip |
DISTS/REDHAT: Add libmad build patch
From LinuxFromScratch
(cherry picked from commit cf8017e768783bae94a984763c89535ec9c6a056)
-rw-r--r-- | dists/redhat/scummvm.spec | 2 | ||||
-rw-r--r-- | dists/redhat/scummvm.spec.in | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/dists/redhat/scummvm.spec b/dists/redhat/scummvm.spec index 2cce9024ff..83e176ca23 100644 --- a/dists/redhat/scummvm.spec +++ b/dists/redhat/scummvm.spec @@ -19,6 +19,7 @@ Source : %{name}-%{version}.tar.bz2 Source1 : libmad-0.15.1b.tar.bz2 Source2 : faad2-2.7.tar.bz2 Source3 : mpeg2dec-0.4.1.tar.bz2 +Patch0 : libmad-0.15.1b-fixes-1.patch BuildRoot : %{_tmppath}/%{name}-%{version}-root BuildRequires: desktop-file-utils @@ -48,6 +49,7 @@ games) and many more. See http://www.scummvm.org for a full compatibility list. #------------------------------------------------------------------------------ %prep %setup -q -a 1 -a 2 -a 3 -n scummvm-%{version} +%patch0 -p0 mkdir tmp %build diff --git a/dists/redhat/scummvm.spec.in b/dists/redhat/scummvm.spec.in index 28b988e623..73efeb6bd1 100644 --- a/dists/redhat/scummvm.spec.in +++ b/dists/redhat/scummvm.spec.in @@ -19,6 +19,7 @@ Source : %{name}-%{version}.tar.bz2 Source1 : libmad-0.15.1b.tar.bz2 Source2 : faad2-2.7.tar.bz2 Source3 : mpeg2dec-0.4.1.tar.bz2 +Patch0 : libmad-0.15.1b-fixes-1.patch BuildRoot : %{_tmppath}/%{name}-%{version}-root BuildRequires: desktop-file-utils @@ -48,6 +49,7 @@ games) and many more. See http://www.scummvm.org for a full compatibility list. #------------------------------------------------------------------------------ %prep %setup -q -a 1 -a 2 -a 3 -n scummvm-%{version} +%patch0 -p0 mkdir tmp %build |