Print this page
Other packages up to gcc51 runtime

Split Close
Expand all
Collapse all
          --- old/build/pcre/build.sh
          +++ new/build/pcre/build.sh
↓ open down ↓ 26 lines elided ↑ open up ↑
  27   27  # Load support functions
  28   28  . ../../lib/functions.sh
  29   29  
  30   30  PROG=pcre
  31   31  VER=8.35
  32   32  VERHUMAN=$VER
  33   33  PKG=library/pcre
  34   34  SUMMARY="Perl-Compatible Regular Expressions"
  35   35  DESC="PCRE - Perl-Compatible Regular Expressions"
  36   36  
  37      -DEPENDS_IPS="library/readline compress/bzip2 library/zlib system/library/g++-4-runtime
  38      -        system/library/gcc-4-runtime system/library system/library/math"
       37 +DEPENDS_IPS="library/readline compress/bzip2 library/zlib system/library/g++-5-runtime
       38 +        system/library/gcc-5-runtime system/library system/library/math"
  39   39  
  40   40  LIBTOOL_NOSTDLIB=libtool
  41   41  LIBTOOL_NOSTDLIB_EXTRAS=-lc
  42   42  
  43   43  CONFIGURE_OPTS="$CONFIGURE_OPTS
  44   44          --includedir=/usr/include/pcre
  45   45          --localstatedir=/var
  46   46          --disable-static
  47   47          --enable-cpp
  48   48          --enable-rebuild-chartables
↓ open down ↓ 30 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX