drop unnecessary patch

This commit is contained in:
Tom Callaway 2015-11-11 11:47:34 -05:00
parent c38b3cd4d8
commit 23102a1264
1 changed files with 0 additions and 4 deletions

View File

@ -20,9 +20,6 @@ URL: http://enlightenment.org/
Source0: http://download.enlightenment.org/rel/libs/efl/efl-%{version}.tar.xz
# I think this one is Fedora specific.
Patch0: efl-1.11.4-tslibfix.patch
# Fix lua compilation with lua 5.2+
# https://phab.enlightenment.org/T2728
Patch1: efl-1.15.1-fixlua.patch
BuildRequires: bullet-devel libpng-devel libjpeg-devel gstreamer1-devel zlib-devel
BuildRequires: gstreamer1-plugins-base-devel libtiff-devel openssl-devel
BuildRequires: curl-devel dbus-devel glibc-devel fontconfig-devel freetype-devel
@ -154,7 +151,6 @@ Development files for EFL.
%prep
%setup -q
%patch0 -p1 -b .tslibfix
%patch1 -p1 -b .fixlua
autoreconf -ifv
# This is why hardcoding paths is bad.