Print this page
Other packages up to gcc51 runtime

Split Close
Expand all
Collapse all
          --- old/build/dbus-glib/build.sh
          +++ new/build/dbus-glib/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=dbus-glib
  31   31  VER=0.100
  32   32  PKG=system/library/libdbus-glib
  33   33  SUMMARY="$PROG - GNOME GLib DBUS integration library"
  34   34  DESC="$SUMMARY"
  35   35  
  36      -DEPENDS_IPS="system/library/libdbus library/glib2 library/zlib system/library system/library/gcc-4-runtime"
       36 +DEPENDS_IPS="system/library/libdbus library/glib2 library/zlib system/library system/library/gcc-5-runtime"
  37   37  
  38   38  CONFIGURE_OPTS="--disable-fam --disable-dtrace --disable-tests"
  39   39  GLIB_GENMARSHAL=/usr/bin/glib-genmarshal
  40   40  export GLIB_GENMARSHAL
  41   41  
  42   42  save_function configure32 configure32_orig
  43   43  save_function configure64 configure64_orig
  44   44  configure32() {
  45   45      DBUS_LIBS=-ldbus-1
  46   46      export DBUS_LIBS
↓ open down ↓ 40 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX