|
|
@ -23,7 +23,12 @@ |
|
|
|
. $base/package/gnome2/gnome-2.conf |
|
|
|
|
|
|
|
pkginstalled openldap && \ |
|
|
|
var_append confopt ' ' "--with-openldap=$root/${pkg_openldap_prefix}" |
|
|
|
var_append extraconfopt ' ' "--with-openldap=$root/${pkg_openldap_prefix}" |
|
|
|
|
|
|
|
if pkginstalled nspr ; then |
|
|
|
var_append extraconfopt ' ' "--with-nss-includes=$root/usr/include/nss" |
|
|
|
var_append extraconfopt ' ' "--with-nspr-includes=$root/usr/include/nspr" |
|
|
|
fi |
|
|
|
|
|
|
|
# bdb doesn't like some of our make options |
|
|
|
makeopt="docdir=$docdir all" |
|
|
|