]> git.pld-linux.org Git - packages/Eterm.git/blobdiff - Eterm.spec
- added imlib patch, define MEMSET to fix build with current imlib2 and libast
[packages/Eterm.git] / Eterm.spec
index e7ebd49d6808cc7f258a2ea1dff545b4453601a2..52817f1fb52ec9fb1ce13ebdf6f12e4bfbdb191c 100644 (file)
@@ -28,6 +28,7 @@ Source4:      gnome-eterm.png
 Patch0:                %{name}-am_fix.patch
 Patch1:                %{name}-keys-theme.patch
 Patch2:                %{name}-ac_am.patch
+Patch3:                %{name}-imlib.patch
 URL:           http://www.eterm.org/
 BuildRequires: autoconf >= 2.53
 BuildRequires: automake
@@ -91,6 +92,8 @@ użytkownikom zarządców okien innych niż Enlightenment.
 %patch0 -p1
 %patch1 -p1
 %patch2 -p1
+%patch3 -p1
+
 find themes/ -name "*.cfg*" -exec \
        sed -i 's/<Eterm-0\.9\..>/<Eterm-%{version}>/' "{}" ";"
 
@@ -98,7 +101,10 @@ find themes/ -name "*.cfg*" -exec \
 %{__libtoolize}
 %{__aclocal}
 %{__autoconf}
+%{__autoheader}
 %{__automake}
+# libast 0.8.0 no longer defines MEMSET
+CPPFLAGS="%{rpmcppflags} -DMEMSET=memset"
 %configure \
        --disable-static        \
        --enable-shared         \
This page took 0.222071 seconds and 4 git commands to generate.