Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 921324
Collapse All | Expand All

(-)0ad/libraries/source/spidermonkey/build.sh (+1 lines)
Lines 119-124 Link Here
119
  # Apply patches
119
  # Apply patches
120
  cd "$FOLDER"
120
  cd "$FOLDER"
121
  . ../patch.sh
121
  . ../patch.sh
122
  sed -i "s/if enabled and compiler\.version >= '9\.0\.0'/& and compiler.version < '13.0.0'/" build/moz.configure/flags.configure 
122
  # Copy a more recent autoconf config.guess to handle ARM macs properly.
123
  # Copy a more recent autoconf config.guess to handle ARM macs properly.
123
  cp -f ../config.guess build/autoconf/
124
  cp -f ../config.guess build/autoconf/
124
  # Prevent complaining that configure is outdated.
125
  # Prevent complaining that configure is outdated.

Return to bug 921324