]> git.pld-linux.org Git - packages/ascal.git/commitdiff
- no, it's better not to disable -Werror, instead try to fix the problem in a proper...
authorshadzik <shadzik@pld-linux.org>
Thu, 1 Nov 2007 01:18:20 +0000 (01:18 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    ascal.spec -> 1.3

ascal.spec

index da17dc35ab23f3a25de4361446467b610dad84bf..644e6ba3192c824e28b93b9f0c77d8f8bb26b917 100644 (file)
@@ -9,6 +9,7 @@ Source0:        http://dl.sourceforge.net/ascal/%{name}-%{version}.tar.bz2
 # Source0-md5: d0121cac9ab3af6b5ef6501fd602b96c
 Patch0:                %{name}-desktop.patch
 Patch1:                %{name}-optimization.patch
+Patch2:                %{name}-gcc.patch
 URL:           http://sourceforge.net/projects/ascal/
 BuildRequires: autoconf
 BuildRequires: automake
@@ -29,6 +30,7 @@ ulepszeń.
 %setup -q
 %patch0 -p1
 %patch1 -p1
+%patch2 -p1
 
 %build
 %{__intltoolize}
@@ -36,8 +38,7 @@ ulepszeń.
 %{__autoconf}
 %{__autoheader}
 %{__automake}
-%configure \
-       --disable-Werror
+%configure
 %{__make}
 
 %install
This page took 0.096339 seconds and 4 git commands to generate.