[packages/guile-cairo] - disable deprecation warnings as errors to build with guile 3.0, rel 5
baggins
baggins at pld-linux.org
Sat Mar 12 17:39:27 CET 2022
commit 1df92125b2a21e9be585e38af086bcb60ab17467
Author: Jan Rękorajski <baggins at pld-linux.org>
Date: Sat Mar 12 17:38:53 2022 +0100
- disable deprecation warnings as errors to build with guile 3.0, rel 5
guile-cairo.spec | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
---
diff --git a/guile-cairo.spec b/guile-cairo.spec
index ac89dbb..6e25b15 100644
--- a/guile-cairo.spec
+++ b/guile-cairo.spec
@@ -2,7 +2,7 @@ Summary: Cairo graphics library wrapper for Guile Scheme
Summary(pl.UTF-8): Wrapper biblioteki graficznej Cairo dla Guile Scheme
Name: guile-cairo
Version: 1.10.0
-Release: 4
+Release: 5
License: LGPL v3+
Group: Libraries
Source0: http://download.savannah.gnu.org/releases/guile-cairo/%{name}-%{version}.tar.gz
@@ -57,7 +57,8 @@ Pliki nagłówkowe biblioteki guile-cairo.
%{__autoheader}
%{__automake}
%configure \
- --disable-silent-rules
+ --disable-silent-rules \
+ --disable-Werror
%{__make} \
DEBUG_CFLAGS="-I%{_includedir}/cairo"
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/guile-cairo.git/commitdiff/1df92125b2a21e9be585e38af086bcb60ab17467
More information about the pld-cvs-commit
mailing list