Print this page
Other packages up to gcc51 runtime

Split Close
Expand all
Collapse all
          --- old/build/libtool/build.sh
          +++ new/build/libtool/build.sh
↓ open down ↓ 25 lines elided ↑ open up ↑
  26   26  #
  27   27  # Load support functions
  28   28  . ../../lib/functions.sh
  29   29  
  30   30  PROG=libtool
  31   31  VER=2.4.2
  32   32  PKG=developer/build/libtool  ##IGNORE##
  33   33  SUMMARY="libtool - GNU libtool utility"
  34   34  DESC="GNU libtool - library support utility ($VER)"
  35   35  
  36      -DEPENDS_IPS="system/library system/library/gcc-4-runtime"
       36 +DEPENDS_IPS="system/library system/library/gcc-5-runtime"
  37   37  BUILD_DEPENDS_IPS="autoconf automake"
  38   38  
  39   39  # The "binaries" here are just shell scripts so arch doesn't matter
  40   40  # The includes also are not arch-dependent
  41   41  CONFIGURE_OPTS="--bindir=$PREFIX/bin --includedir=$PREFIX/include --disable-static"
  42   42  reset_configure_opts
  43   43  LIBTOOL_NOSTDLIB=libtool
  44   44  LIBTOOL_NOSTDLIB_EXTRAS=-lc
  45   45  
  46   46  bootstrap() {
↓ open down ↓ 24 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX