pantry/projects/gnome.org/libxslt/xslt-config.patch.in
Marc Seitz 3833cf86b0
+libxslt (#395)
* add libxslt

* fix libxslt test

* fix libxslt test

* fix libxslt test

* build w/ libxml2 include prefix

* add libxml2 prefix to inlcude

* restart ci

* test fix

* use pkg-config

* fix

* wip

* wip

* wip

* wip

---------

Co-authored-by: Max Howell <mxcl@me.com>
2023-02-19 13:02:44 -05:00

14 lines
337 B
Diff

diff --git a/xslt-config.in b/xslt-config.in
index f68df0f..b9bd2f4 100644
--- a/xslt-config.in
+++ b/xslt-config.in
@@ -1,6 +1,7 @@
#! /bin/sh
-prefix=@prefix@
+prefix="$(cd "$(dirname "$0")/.." && pwd)"
+libxml2_prefix="$(cd "$prefix/../../libxml2/v2" && pwd)"
exec_prefix=@exec_prefix@
exec_prefix_set=no
includedir=@includedir@