Ignore:
Timestamp:
2016-04-08T17:28:09+12:00 (8 years ago)
Author:
ak19
Message:

Dr Bainbridge fixed gnome-lib compilation on Yosemite by updating pkg-config (0.25 to 0.29) and readline (from 6.1 to 6.3), and by promoting the compilation of glib to before the updated pkg-config to get the two to compile with respect to each other.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • gs2-extensions/gnome-lib/trunk/src/packages/CASCADE-MAKE/PKG-CONFIG.sh

    r23096 r30467  
    22
    33package=pkg-config
    4 version=-0.25
     4#version=-0.25
     5version=-0.29
    56
    67progname=$0
     
    910
    1011prefix=$GEXTGNOME_INSTALLED
     12
     13export GLIB_CFLAGS="-I$GEXTGNOME_INSTALLED/include/glib-2.0 -I$GEXTGNOME_INSTALLED/lib/glib-2.0/include"
     14export GLIB_LIBS="-L$GEXTGNOME_INSTALLED/lib -lglib-2.0"
    1115
    1216opt_run_untar $force_untar $auto_untar $package $version
Note: See TracChangeset for help on using the changeset viewer.