* updated gopls (0.15.1 -> 0.15.3)
[t2sde.git] / package / textproc / libxslt / libxslt.conf
bloba7cc70682c0fdfdd177e2d06c3e8f4b3d0c08c40
1 # --- T2-COPYRIGHT-NOTE-BEGIN ---
2 # T2 SDE: package/*/libxslt/libxslt.conf
3 # Copyright (C) 2007 - 2021 The T2 SDE Project
4
5 # This Copyright note is generated by scripts/Create-CopyPatch,
6 # more information can be found in the files COPYING and README.
7
8 # This program is free software; you can redistribute it and/or modify
9 # it under the terms of the GNU General Public License version 2.
10 # --- T2-COPYRIGHT-NOTE-END ---
12 # guide while cross-compiling
13 #pkginstalled python
14 atstage native || var_append extraconfopt ' ' --without-python
15 if pkginstalled libgcrypt; then
16         export LIBGCRYPT_CONFIG=$root`pkgprefix bindir libgcrypt`/libgcrypt-config
17 else
18         var_append extraconfopt ' ' --without-crypto
21 var_append extraconfopt ' ' --with-libxml-prefix=$root/`pkgprefix prefix libxml`
23 # now this is a mess, and of course not honoring it's own configure opts, ...
24 #var_append makeinstopt ' ' "DOC_MODULE=$pkg EXAMPLE_DIR=$root$docdir/examples DOCS_DIR=$root$docdir"