diff options
Diffstat (limited to 'x11-fm/fsv2/files/patch-src_common.h')
-rw-r--r-- | x11-fm/fsv2/files/patch-src_common.h | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/x11-fm/fsv2/files/patch-src_common.h b/x11-fm/fsv2/files/patch-src_common.h deleted file mode 100644 index 1684ee6efbee..000000000000 --- a/x11-fm/fsv2/files/patch-src_common.h +++ /dev/null @@ -1,10 +0,0 @@ ---- src/common.h.orig 2011-03-09 18:02:34 UTC -+++ src/common.h -@@ -54,6 +54,7 @@ - # define dcgettext(Domain,Message,Type) (Message) - # define bindtextdomain(Domain,Directory) (Domain) - # define _(String) (String) -+# define __(String) (String) - # define N_(String) (String) - #endif - |