diff tool_dependencies.xml @ 7:b862d20bc76f draft

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/packages/package_cairo_1_12_14 commit f6ee6a549b9c121ee69914a2fdde392de74e4b19
author iuc
date Wed, 02 Dec 2015 16:15:41 -0500
parents 9d7d8d22163a
children 7a340e5349fe
line wrap: on
line diff
--- a/tool_dependencies.xml	Wed Nov 25 08:14:40 2015 -0500
+++ b/tool_dependencies.xml	Wed Dec 02 16:15:41 2015 -0500
@@ -26,7 +26,7 @@
                 </action>
                 <!-- edit configure and build/configure.ac.warnings to allow compiling cairo on gcc-4.9. Fixed in more recent versions of cairo -->
                 <action type="shell_command">
-                    sed -i.bak 's|MAYBE_WARN="$MAYBE_WARN -flto"|MAYBE_WARN="$MAYBE_WARN -flto -ffat-lto-objects -fuse-linker-plugin" |' configure build/configure.ac.warnings &amp;&amp;
+                    sed -i.bak 's|MAYBE_WARN="$MAYBE_WARN -flto"|MAYBE_WARN="$MAYBE_WARN -flto -ffat-lto-objects -fuse-linker-plugin" |' configure build/configure.ac.warnings
                 </action>
                 <action type="autoconf">--with-x=no --enable-xcb-shm=no --enable-xlib-xcb=no --enable-xcb=no --enable-gtk-doc=no --enable-gtk-doc-html=no --enable-xlib-xrender=no</action>
                 <!-- Create an empty cairo-xlib.h file, because R's configure script explicitly includes it even if X is disabled. -->