Print this page
Some packages need to specify -std=gnu89 to compile, and gcc51 defaults to
gnu11 now.
Also, updated mozilla-nss-nspr to 3.19 and 4.10.8, respectively.


  23 
  24 #
  25 # Copyright (c) 2014 by Delphix. All rights reserved.
  26 #
  27 
  28 # Load support functions
  29 . ../../lib/functions.sh
  30 
  31 PROG=pkg-config
  32 VER=0.28
  33 VERHUMAN=$VER
  34 PKG=developer/pkg-config
  35 SUMMARY="A tool for generating compiler command line options"
  36 DESC="pkg-config is a helper tool used when compiling applications and libraries that helps you insert the correct compiler options on the command line, rather than hard-coding values on where to find libraries."
  37 
  38 BUILD_DEPENDS_IPS=
  39 RUN_DEPENDS_IPS=
  40 
  41 CONFIGURE_OPTS="--with-internal-glib"
  42 



  43 init
  44 download_source $PROG $PROG $VER
  45 prep_build
  46 build
  47 make_isa_stub
  48 make_package
  49 clean_up


  23 
  24 #
  25 # Copyright (c) 2014 by Delphix. All rights reserved.
  26 #
  27 
  28 # Load support functions
  29 . ../../lib/functions.sh
  30 
  31 PROG=pkg-config
  32 VER=0.28
  33 VERHUMAN=$VER
  34 PKG=developer/pkg-config
  35 SUMMARY="A tool for generating compiler command line options"
  36 DESC="pkg-config is a helper tool used when compiling applications and libraries that helps you insert the correct compiler options on the command line, rather than hard-coding values on where to find libraries."
  37 
  38 BUILD_DEPENDS_IPS=
  39 RUN_DEPENDS_IPS=
  40 
  41 CONFIGURE_OPTS="--with-internal-glib"
  42 
  43 # Use old gcc4 standards level for this.
  44 CFLAGS="$CFLAGS -std=gnu89"
  45 
  46 init
  47 download_source $PROG $PROG $VER
  48 prep_build
  49 build
  50 make_isa_stub
  51 make_package
  52 clean_up