diff options
Diffstat (limited to 'app-office/calcurse/files/calcurse-2.3-locale.patch')
-rw-r--r-- | app-office/calcurse/files/calcurse-2.3-locale.patch | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/app-office/calcurse/files/calcurse-2.3-locale.patch b/app-office/calcurse/files/calcurse-2.3-locale.patch new file mode 100644 index 000000000000..e207aa350f58 --- /dev/null +++ b/app-office/calcurse/files/calcurse-2.3-locale.patch @@ -0,0 +1,13 @@ +diff -ru calcurse-2.1~/src/calcurse.c calcurse-2.1/src/calcurse.c +--- calcurse-2.1~/src/calcurse.c 2008-11-01 17:06:33.000000000 +0100 ++++ calcurse-2.1/src/calcurse.c 2008-11-01 17:07:19.000000000 +0100 +@@ -41,6 +41,9 @@ + #include "todo.h" + #include "args.h" + #include "notify.h" ++#if ENABLE_NLS ++#include <locale.h> ++#endif + + + /* |