subversion: Update from 1.9.7 to 1.10.0
[termux-packages] / packages / libxslt / xslt-config.in.patch
1 diff -u -r ../libxslt-1.1.29/xslt-config.in ./xslt-config.in
2 --- ../libxslt-1.1.29/xslt-config.in 2015-05-10 10:11:30.000000000 -0400
3 +++ ./xslt-config.in 2016-07-19 08:16:16.959043088 -0400
4 @@ -89,9 +89,9 @@
5 shift
6 done
7
8 -the_libs="@XSLT_LIBDIR@ @XSLT_LIBS@ @EXTRA_LIBS@"
9 +the_libs="@XSLT_LIBS@ @EXTRA_LIBS@"
10 if test "$includedir" != "/usr/include"; then
11 - the_flags="$the_flags -I$includedir `@XML_CONFIG@ --cflags`"
12 + the_flags="$the_flags -I$includedir `@TERMUX_PREFIX@/bin/xml2-config --cflags`"
13 else
14 the_flags="$the_flags `@XML_CONFIG@ --cflags`"
15 fi