Browse Source

mpfr: removed ugly cumulative patch file handling in favour of using single upstream patch files

user/amery/mess
Christian Wiese 15 years ago
committed by Alejandro Mery
parent
commit
5fb64a09ca
1 changed files with 1 additions and 2 deletions
  1. +1
    -2
      base/mpfr/mpfr.conf

+ 1
- 2
base/mpfr/mpfr.conf

@ -20,8 +20,7 @@
# --with-irix64=on/off Irix 32/64 bits support
# --with-mulhigh-size=NUM Internal threshold table for mulhigh
cumulative_patch=$(match_source_file -p 'patch')
var_append patchfiles ' ' "$cumulative_patch"
var_append patchfiles ' ' "$(match_source_file -p '.*\.patch')"
if atstage toolchain; then
var_append extraconfopt ' ' '--with-gmp-include=$root/$includedir'

Loading…
Cancel
Save