- remove gettext (replaced by eglibc libintl)
This commit is contained in:
Stephan Raue 2010-04-10 05:04:51 +02:00
parent 81aba12686
commit 8e7c111585
4 changed files with 0 additions and 58 deletions

View File

@ -1,21 +0,0 @@
#!/bin/sh
. config/options
$SCRIPTS/build toolchain
cd $PKG_BUILD/gettext-runtime
./configure --host=$TARGET_NAME \
--build=$HOST_NAME \
--prefix=/usr \
--with-included-gettext \
--disable-static \
--enable-shared \
--disable-dependency-tracking \
--disable-java \
--disable-native-java \
--disable-libasprintf
make
$MAKEINSTALL

View File

@ -1,7 +0,0 @@
#!/bin/sh
. config/options
mkdir -p $INSTALL/usr/lib
cp -PR $PKG_BUILD/gettext-runtime/intl/.libs/libintl.so* $INSTALL/usr/lib
cp -PR $PKG_BUILD/gettext-runtime/intl/charset.alias $INSTALL/usr/lib

View File

@ -1,29 +0,0 @@
diff -Naur gettext-0.17/gettext-runtime/gnulib-lib/mbchar.h gettext-0.17a/gettext-runtime/gnulib-lib/mbchar.h
--- gettext-0.17/gettext-runtime/gnulib-lib/mbchar.h 2007-10-07 22:28:16.000000000 +0200
+++ gettext-0.17a/gettext-runtime/gnulib-lib/mbchar.h 2009-05-17 10:09:49.000000000 +0200
@@ -147,6 +147,8 @@
#include <stdbool.h>
#include <string.h>
+typedef unsigned int wint_t;
+
/* Tru64 with Desktop Toolkit C has a bug: <stdio.h> must be included before
<wchar.h>.
BSD/OS 4.1 has a bug: <stdio.h> and <time.h> must be included before
diff -Naur gettext-0.17/gettext-runtime/gnulib-lib/wchar.in.h gettext-0.17a/gettext-runtime/gnulib-lib/wchar.in.h
--- gettext-0.17/gettext-runtime/gnulib-lib/wchar.in.h 2007-10-04 00:23:31.000000000 +0200
+++ gettext-0.17a/gettext-runtime/gnulib-lib/wchar.in.h 2009-05-17 10:15:26.000000000 +0200
@@ -41,7 +41,7 @@
/* The include_next requires a split double-inclusion guard. */
#if @HAVE_WCHAR_H@
# @INCLUDE_NEXT@ @NEXT_WCHAR_H@
-#endif
+#else
#ifndef _GL_WCHAR_H
#define _GL_WCHAR_H
@@ -80,3 +80,4 @@
#endif /* _GL_WCHAR_H */
#endif /* _GL_WCHAR_H */
+#endif

View File

@ -1 +0,0 @@
http://ftp.gnu.org/pub/gnu/gettext/gettext-0.17.tar.gz