diff options
Diffstat (limited to 'x11-misc/grun/files/grun-0.9.3-no_nls.patch')
-rw-r--r-- | x11-misc/grun/files/grun-0.9.3-no_nls.patch | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/x11-misc/grun/files/grun-0.9.3-no_nls.patch b/x11-misc/grun/files/grun-0.9.3-no_nls.patch new file mode 100644 index 000000000000..52acf68a4c05 --- /dev/null +++ b/x11-misc/grun/files/grun-0.9.3-no_nls.patch @@ -0,0 +1,12 @@ +diff -ur grun-0.9.3.orig/grun.c grun-0.9.3/grun.c +--- grun-0.9.3.orig/grun.c 2008-01-14 08:28:10.000000000 +0200 ++++ grun-0.9.3/grun.c 2009-12-23 17:34:34.000000000 +0200 +@@ -30,8 +30,6 @@ + + #if defined (HAVE_GETTEXT) || defined (HAVE_CATGETS) + #include <libintl.h> +-#else +-#include "intl/libintl.h" + #endif + + #define PATH_CHAR ":" |