]> git.pld-linux.org Git - packages/grilo.git/commitdiff
- added sh patch (kills bashism in configure)
authorJakub Bogusz <qboosh@pld-linux.org>
Tue, 19 Mar 2013 14:31:23 +0000 (15:31 +0100)
committerJakub Bogusz <qboosh@pld-linux.org>
Tue, 19 Mar 2013 14:31:23 +0000 (15:31 +0100)
grilo-sh.patch [new file with mode: 0644]

diff --git a/grilo-sh.patch b/grilo-sh.patch
new file mode 100644 (file)
index 0000000..27158a8
--- /dev/null
@@ -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
This page took 0.136054 seconds and 4 git commands to generate.