diff options
author | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2011-01-02 02:07:27 +0100 |
---|---|---|
committer | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2011-01-02 02:07:27 +0100 |
commit | 0a95e15cdc87de0136734e784d487f9b03170bbb (patch) | |
tree | adae83e51ba5b78869f51aa43cfe8ebfb762ec41 /gnash/patches | |
download | nanonote-ports-0a95e15cdc87de0136734e784d487f9b03170bbb.tar.gz |
initial checkin of my nanonote ports feed, including a small README.
Diffstat (limited to 'gnash/patches')
-rw-r--r-- | gnash/patches/100-no-libintl_h.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/gnash/patches/100-no-libintl_h.patch b/gnash/patches/100-no-libintl_h.patch new file mode 100644 index 0000000..6d06630 --- /dev/null +++ b/gnash/patches/100-no-libintl_h.patch @@ -0,0 +1,11 @@ +--- a/libbase/gettext.h 2010-09-28 04:49:35.105403121 +0200 ++++ b/libbase/gettext.h 2010-09-28 04:50:42.844171463 +0200 +@@ -43,7 +43,7 @@ + #if defined(__cplusplus) && defined(__GNUG__) && (__GNUC__ >= 3) + # include <cstdlib> + # if (__GLIBC__ >= 2) || _GLIBCXX_HAVE_LIBINTL_H +-# include <libintl.h> ++//# include <libintl.h> + # endif + #endif + |