SPECS: ascal.spec - no, it's better not to disable -Werror, instea...
shadzik
shadzik at pld-linux.org
Thu Nov 1 02:18:25 CET 2007
Author: shadzik Date: Thu Nov 1 01:18:25 2007 GMT
Module: SPECS Tag: HEAD
---- Log message:
- no, it's better not to disable -Werror, instead try to fix the problem in a proper way (patch2 added)
---- Files affected:
SPECS:
ascal.spec (1.2 -> 1.3)
---- Diffs:
================================================================
Index: SPECS/ascal.spec
diff -u SPECS/ascal.spec:1.2 SPECS/ascal.spec:1.3
--- SPECS/ascal.spec:1.2 Thu Nov 1 01:46:17 2007
+++ SPECS/ascal.spec Thu Nov 1 02:18:20 2007
@@ -10,6 +10,7 @@
# 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
@@ -30,6 +31,7 @@
%setup -q
%patch0 -p1
%patch1 -p1
+%patch2 -p1
%build
%{__intltoolize}
@@ -37,8 +39,7 @@
%{__autoconf}
%{__autoheader}
%{__automake}
-%configure \
- --disable-Werror
+%configure
%{__make}
%install
@@ -66,6 +67,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.3 2007/11/01 01:18:20 shadzik
+- no, it's better not to disable -Werror, instead try to fix the problem in a proper way (patch2 added)
+
Revision 1.2 2007/11/01 00:46:17 shadzik
- add patch1 (fixes optimization confusion)
- disable -Werror to fix build on x86_64 arch
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/ascal.spec?r1=1.2&r2=1.3&f=u
More information about the pld-cvs-commit
mailing list