# HG changeset patch
# User iuc
# Date 1446648698 18000
# Node ID 8294add5c76e9b811adb00da22dfdd4c687fed62
# Parent c41942395d254d2ae0520e50b2c221b054fd3209
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/packages/package_cairo_1_12_14 commit b2bcd58af12d07f49a70215fd331eaa0a135d0c8
diff -r c41942395d25 -r 8294add5c76e tool_dependencies.xml
--- a/tool_dependencies.xml Fri Oct 09 07:50:42 2015 -0400
+++ b/tool_dependencies.xml Wed Nov 04 09:51:38 2015 -0500
@@ -7,7 +7,7 @@
-
+
@@ -20,18 +20,22 @@
-
+
+
- export LDFLAGS="-Wl,-rpath,$PIXMAN_LIB_PATH -Wl,-rpath,$LIBPNG_ROOT/lib -Wl,-rpath,$FREETYPE_LIB_PATH" && \
+ 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 &&
+ export LDFLAGS="-Wl,-rpath,$PIXMAN_LIB_PATH -Wl,-rpath,$LIBPNG_ROOT/lib -Wl,-rpath,$FREETYPE_LIB_PATH" &&
./configure --prefix=$INSTALL_DIR \
--with-x=no \
--enable-xcb-shm=no \
--enable-xlib-xcb=no \
--enable-xcb=no \
- --enable-xlib-xrender=no
+ --enable-gtk-doc=no \
+ --enable-gtk-doc-html=no \
+ --enable-xlib-xrender=no \
@@ -45,6 +49,8 @@
$INSTALL_DIR/include/cairo
$INSTALL_DIR/include/cairo
$INSTALL_DIR/lib/pkgconfig
+ -I$INSTALL_DIR/include/cairo
+ "-L$INSTALL_DIR/lib -lcairo"