]> git.pld-linux.org Git - packages/evas.git/blobdiff - evas.spec
- no nead to use autotools, but CXX must no tb set
[packages/evas.git] / evas.spec
index 71bb5be89e88f9327ffe60c0ca7ef5bfba2a6b78..241c1d1714b1c41d5eaf731a255c1065dd7fbef3 100644 (file)
--- a/evas.spec
+++ b/evas.spec
@@ -24,7 +24,7 @@ License:      BSD
 Group:         Libraries
 Source0:       http://enlightenment.freedesktop.org/files/%{name}-%{version}.tar.gz
 # Source0-md5: 5b4f791ee7085012e04ec3031d634c6c
-Patch0:                %{name}-missing_m4.patch
+#Patch0:               %{name}-missing_m4.patch
 URL:           http://enlightenment.org/Libraries/Evas/
 BuildRequires: DirectFB-devel
 BuildRequires: OpenGL-devel
@@ -41,6 +41,8 @@ Requires:     %{name}-libs = %{version}-%{release}
 Requires:      fonts-TTF-bitstream-vera
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
+%undefine      __cxx
+
 %description
 Evas is a clean display canvas API for several target display systems
 that can draw anti-aliased text, smooth super and sub-sampled scaled
@@ -95,14 +97,14 @@ Statyczna biblioteka Evas.
 
 %prep
 %setup -q
-%patch0 -p1
+#%%patch0 -p1
 
 %build
-%{__libtoolize}
-%{__aclocal}
-%{__autoconf}
-%{__autoheader}
-%{__automake}
+#%%{__libtoolize}
+#%%{__aclocal}
+#%%{__autoconf}
+#%%{__autoheader}
+#%%{__automake}
 %configure \
        %{!?with_static_libs:--disable-static} \
        --enable-software-x11   \
This page took 0.023591 seconds and 4 git commands to generate.