root / trunk / data / gettext / equality.diff

Revision 12, 0.6 kB (checked in by saurik, 11 months ago)

Factored out --enable-{static=no,shared=yes}, did some extreme porting on pkg-config and libtool, added support for numerous X libraries and a few X applications, and got a solid build of Python with a bunch of modules (compiled as a shared library with the right extensions ;P).

  • gettext-tools/libgettextpo/Makefile.in

    diff -ru gettext-0.17/gettext-tools/libgettextpo/Makefile.in gettext-0.17+iPhone/gettext-tools/libgettextpo/Makefile.in
    old new  
    14081408              esac; \ 
    14091409            done; \ 
    14101410          } 5>&1 \ 
     1411            | grep -v = \ 
    14111412            | sed -e 's,.* ,,' | LC_ALL=C sort | LC_ALL=C uniq \ 
    14121413            | sed -e 's,^obstack_free$$,__obstack_free,' \ 
    14131414            | sed -e 's,^\(.*\)$$,#define \1 libgettextpo_\1,' > config.h-t && \ 
Note: See TracBrowser for help on using the browser.