Browse Source

mozilla.org: fixed mozilla packages by removing --docdir from confopts because Mozilla's configure scripts do not like --docdir confopt

user/karasz/next/updates
Christian Wiese 14 years ago
parent
commit
a011e5afc7
  1. 4
      www/seamonkey/mozilla-conf.in

4
www/seamonkey/mozilla-conf.in

@ -90,6 +90,9 @@ EOF
# exports
export MOZILLA_FIVE_HOME=$libdir/$pkg-$mozver
export MOZILLA_OFFICIAL=1 BUILD_OFFICIAL=1
# Mozilla's configure script don't like --docdir confopt
var_remove_regex confopt ' ' "--docdir=.*"
}
mozilla_register() {
@ -118,4 +121,3 @@ chownsrcdir=0
if [ "$pkg" != "seamonkey" ]; then
var_append flist''del '|' ".*/aclocal/nspr\.m4"
fi

Loading…
Cancel
Save