Browse Source

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

user/amery/mess
Christian Wiese 14 years ago
parent
commit
a011e5afc7
1 changed files with 3 additions and 1 deletions
  1. +3
    -1
      www/seamonkey/mozilla-conf.in

+ 3
- 1
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