Browse Source

Changed libxml to build on stage 1 when cross-compiling

early
Alejandro Mery 17 years ago
parent
commit
c8c6face6c
2 changed files with 6 additions and 1 deletions
  1. +5
    -0
      textproc/libxml/libxml.conf
  2. +1
    -1
      textproc/libxml/libxml.desc

+ 5
- 0
textproc/libxml/libxml.conf

@ -21,3 +21,8 @@ libxml_catalog() {
xmlcatalog --noout --create $root$catalog
fi
}
# python, not on stage 1 please
if ! atstage native; then
var_append extraconfopt ' ' '--without-python'
fi

+ 1
- 1
textproc/libxml/libxml.desc

@ -32,6 +32,6 @@
[L] LGPL
[S] Stable
[V] 2.6.30
[P] X -----5---9 112.300
[P] X -?---5---9 112.300
[D] 558126433 libxml2-2.6.30.tar.gz ftp://xmlsoft.org/libxml/

Loading…
Cancel
Save