From 0a95e15cdc87de0136734e784d487f9b03170bbb Mon Sep 17 00:00:00 2001 From: Robin Haberkorn Date: Sun, 2 Jan 2011 02:07:27 +0100 Subject: initial checkin of my nanonote ports feed, including a small README. --- gnash/patches/100-no-libintl_h.patch | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 gnash/patches/100-no-libintl_h.patch (limited to 'gnash/patches') 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 + # if (__GLIBC__ >= 2) || _GLIBCXX_HAVE_LIBINTL_H +-# include ++//# include + # endif + #endif + -- cgit v1.2.3