[packages/grilo] - added sh patch (kills bashism in configure)

qboosh qboosh at pld-linux.org
Tue Mar 19 15:31:36 CET 2013


commit 3ce5f3aa732daa49d1bf213cae59de3bf0c2a42f
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date:   Tue Mar 19 15:31:23 2013 +0100

    - added sh patch (kills bashism in configure)

 grilo-sh.patch | 11 +++++++++++
 1 file changed, 11 insertions(+)
---
diff --git a/grilo-sh.patch b/grilo-sh.patch
new file mode 100644
index 0000000..27158a8
--- /dev/null
+++ b/grilo-sh.patch
@@ -0,0 +1,11 @@
+--- grilo-0.2.3/configure.ac.orig	2012-11-08 14:27:44.000000000 +0100
++++ grilo-0.2.3/configure.ac	2012-11-29 18:53:59.234567402 +0100
+@@ -61,7 +61,7 @@
+ # ----------------------------------------------------------
+ 
+ GNOME_COMPILE_WARNINGS([maximum])
+-CFLAGS+=" ${WARN_CFLAGS} -Wmissing-declarations -std=c99 "
++CFLAGS="$CFLAGS ${WARN_CFLAGS} -Wmissing-declarations -std=c99 "
+ 
+ GNOME_MAINTAINER_MODE_DEFINES
+ 
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/grilo.git/commitdiff/3ce5f3aa732daa49d1bf213cae59de3bf0c2a42f



More information about the pld-cvs-commit mailing list