From 1510c562372d0765c053c89ff487d1455456d431 Mon Sep 17 00:00:00 2001 From: Alejandro Mery Date: Thu, 8 Nov 2007 18:24:38 -0500 Subject: [PATCH] Improved libxslt to build on stage 1 when cross-compiling --- textproc/libxslt/libxslt.conf | 8 ++++++++ textproc/libxslt/libxslt.desc | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/textproc/libxslt/libxslt.conf b/textproc/libxslt/libxslt.conf index baf78c07e..166c099e0 100644 --- a/textproc/libxslt/libxslt.conf +++ b/textproc/libxslt/libxslt.conf @@ -15,3 +15,11 @@ if ! pkginstalled libgcrypt; then var_append extraconfopt ' ' '--without-crypto' fi + +if ! atstage native; then + # python, not on stage 1 please + var_append extraconfopt ' ' '--without-python' + + # help it to find the right libxml + var_append extraconfopt ' ' "--with-libxml-prefix=$root/$( pkgprefix libxml )" +fi diff --git a/textproc/libxslt/libxslt.desc b/textproc/libxslt/libxslt.desc index 117f7c7e1..9d7dfa9b6 100644 --- a/textproc/libxslt/libxslt.desc +++ b/textproc/libxslt/libxslt.desc @@ -34,6 +34,6 @@ [L] LGPL [S] Stable [V] 1.1.22 -[P] X -----5---9 112.360 +[P] X -?---5---9 112.360 [D] 149992907 libxslt-1.1.22.tar.gz ftp://xmlsoft.org/libxslt/