Changeset 28326


Ignore:
Timestamp:
2013-09-27T18:57:49+12:00 (11 years ago)
Author:
ak19
Message:

Mac 11/12 (Lion/Mountain Lion) need CUPS. Mac 9/10 (Leopard, Snow Leopard) don't need it and gnome-lib fails to compile with it.

File:
1 edited

Legend:

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

    r28286 r28326  
    1010# glib getting a conflict during its configure stage over the version of iconv
    1111
    12 if [ "x$GSDLOS" = "xdarwin" ] ; then
     12# Mac 11/12 (Lion/Mountain Lion) need CUPS. Mac 9/10 (Leopard, Snow Leopard) don't need it and gnome-lib fails to compile with it.
     13osversion=`uname -r | sed 's/\..*$//'`;
     14if [ "x$GSDLOS" = "xdarwin" -a $osversion -ge 11 ] ; then
    1315    pkglist="LIBZ LIBBZ2 EXPAT LIBPNG READLINE XMLPARSER INTLTOOL CUPS LIBICONV GETTEXT PKG-CONFIG LIBXML LIBFFI GLIB LIBGSF"   
    1416fi
Note: See TracChangeset for help on using the changeset viewer.