diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2009-12-23 15:36:30 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2009-12-23 15:36:30 +0000 |
commit | a4eab539169310ed99d975bd50d013cc701ed67d (patch) | |
tree | cbd3a46409d5f07f737c0af6c35465c2e34fa4f9 /x11-misc/grun/files | |
parent | Fix segmentation fault with false options e.g. "fuser --help" wrt #297423 and... (diff) | |
download | historical-a4eab539169310ed99d975bd50d013cc701ed67d.tar.gz historical-a4eab539169310ed99d975bd50d013cc701ed67d.tar.bz2 historical-a4eab539169310ed99d975bd50d013cc701ed67d.zip |
Fix building with USE="-nls" wrt #237046 by Christophe LEFEBVRE.
Package-Manager: portage-2.2_rc60/cvs/Linux x86_64
Diffstat (limited to 'x11-misc/grun/files')
-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 ":" |