summaryrefslogtreecommitdiff
path: root/data/gettext/equality.diff
diff options
context:
space:
mode:
authorJay Freeman <saurik@saurik.com>2008-01-09 22:21:43 +0000
committerJay Freeman <saurik@saurik.com>2008-01-09 22:21:43 +0000
commit35ef70353227e4dff60fc36437f08293be752b25 (patch)
tree806d29fe3d68433a1c971336dff58863918b2709 /data/gettext/equality.diff
parent03880b546d794abafd6dab3eed876dbefe06c174 (diff)
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).
git-svn-id: http://svn.telesphoreo.org/trunk@12 514c082c-b64e-11dc-b46d-3d985efe055d
Diffstat (limited to 'data/gettext/equality.diff')
-rw-r--r--data/gettext/equality.diff11
1 files changed, 11 insertions, 0 deletions
diff --git a/data/gettext/equality.diff b/data/gettext/equality.diff
new file mode 100644
index 000000000..61d469a45
--- /dev/null
+++ b/data/gettext/equality.diff
@@ -0,0 +1,11 @@
+diff -ru gettext-0.17/gettext-tools/libgettextpo/Makefile.in gettext-0.17+iPhone/gettext-tools/libgettextpo/Makefile.in
+--- gettext-0.17/gettext-tools/libgettextpo/Makefile.in 2007-11-06 23:39:59.000000000 +0000
++++ gettext-0.17+iPhone/gettext-tools/libgettextpo/Makefile.in 2008-01-09 13:05:02.000000000 +0000
+@@ -1408,6 +1408,7 @@
+ esac; \
+ done; \
+ } 5>&1 \
++ | grep -v = \
+ | sed -e 's,.* ,,' | LC_ALL=C sort | LC_ALL=C uniq \
+ | sed -e 's,^obstack_free$$,__obstack_free,' \
+ | sed -e 's,^\(.*\)$$,#define \1 libgettextpo_\1,' > config.h-t && \