Ignore:
Timestamp:
2010-09-01T10:53:19+12:00 (14 years ago)
Author:
sjm84
Message:

Added gettext to the packages and adjusted the necessary environment variables to help it compile

File:
1 edited

Legend:

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

    r22811 r22825  
    1010prefix=$GEXTGNOME_INSTALLED
    1111
     12export CFLAGS="$CFLAGS -I$GEXTGNOME_INSTALLED/include"
     13export CPPFLAGS="$CPPFLAGS -I$GEXTGNOME_INSTALLED/include"
     14export CXXFLAGS="$CXXFLAGS -I$GEXTGNOME_INSTALLED/include"
     15export LDFLAGS="$LDFLAGS -L$GEXTGNOME_INSTALLED/lib"
     16
    1217opt_run_untar $force_untar $auto_untar $package $version
    1318opt_run_configure $force_config $auto_config $package $version $prefix
Note: See TracChangeset for help on using the changeset viewer.