summaryrefslogtreecommitdiff
path: root/x11-libs/cairo/files/cairo-1.8.8-interix.patch
blob: dc20714ae26b2ac180e22cb2adcfa2734e560200 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
diff -ru cairo-1.8.8.orig/build/configure.ac.tools cairo-1.8.8/build/configure.ac.tools
--- cairo-1.8.8.orig/build/configure.ac.tools	2009-09-30 13:36:42 +0200
+++ cairo-1.8.8/build/configure.ac.tools	2009-09-30 13:50:50 +0200
@@ -21,5 +21,12 @@
 *) PKGCONFIG_REQUIRES="Requires.private"; ;;
 esac
 
+dnl hmm... on interix, things go really bad with Requires.private, since libpng12
+dnl is missing on the final link commands, so gtk+'s configure checks for cairo
+dnl fail miserably with unresolved symbols to it.
+case "$host_os" in
+interix*) PKGCONFIG_REQUIRES="Requires" ;;
+esac
+
 AC_SUBST(PKGCONFIG_REQUIRES)
 
ctions to INSTALL.Jason A. Donenfeld2-11/+18 2014-04-24tests: we don't use aggregate-resultsJason A. Donenfeld1-57/+0 2014-04-24Don't prompt for questions when stdin is not a tty.Jason A. Donenfeld3-7/+6 2014-04-24Allow overridable bash.Jason A. Donenfeld16-16/+16 2014-04-24dmenu: check for empty instead of ret codeJason A. Donenfeld1-1/+1 2014-04-24tests: sed doesn't like escaped chars on non-gnuJason A. Donenfeld1-1/+1 2014-04-24tests: run from anywhereJason A. Donenfeld13-4/+16 2014-04-24Turns out aliases were a bad idea.Jason A. Donenfeld14-95/+92 2014-04-24Make gpg_opts an array.Jason A. Donenfeld1-12/+12 2014-04-24Shellcheck errors.Jason A. Donenfeld1-6/+6 2014-04-24tests: todo updateJason A. Donenfeld1-25/+0