diff options
author | Justin Lecher <jlec@gentoo.org> | 2012-06-20 13:02:02 +0000 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2012-06-20 13:02:02 +0000 |
commit | 9cbd571b21809c6ae30fb87aab200e9e85b83da2 (patch) | |
tree | 87d02080f765ee9d684c70ef75a80d997392e6d2 /net-analyzer/authforce/files | |
parent | dev-util/hxd: Fix parallel build, #240257; fix LLONG_MAX redefinition, bump EAPI (diff) | |
download | gentoo-2-9cbd571b21809c6ae30fb87aab200e9e85b83da2.tar.gz gentoo-2-9cbd571b21809c6ae30fb87aab200e9e85b83da2.tar.bz2 gentoo-2-9cbd571b21809c6ae30fb87aab200e9e85b83da2.zip |
net-analyzer/authforce: Fix missing include which disaalowed O0 builds, #240740
(Portage version: 2.2.0_alpha110/cvs/Linux x86_64)
Diffstat (limited to 'net-analyzer/authforce/files')
-rw-r--r-- | net-analyzer/authforce/files/authforce-0.9.9-locale.patch | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/net-analyzer/authforce/files/authforce-0.9.9-locale.patch b/net-analyzer/authforce/files/authforce-0.9.9-locale.patch new file mode 100644 index 000000000000..89792db3ea12 --- /dev/null +++ b/net-analyzer/authforce/files/authforce-0.9.9-locale.patch @@ -0,0 +1,15 @@ + src/main.c | 1 + + 1 files changed, 1 insertions(+), 0 deletions(-) + +diff --git a/src/main.c b/src/main.c +index 0fd275a..296e181 100644 +--- a/src/main.c ++++ b/src/main.c +@@ -14,6 +14,7 @@ + #include "extern.h" + #ifdef ENABLE_NLS + #define _(x) dgettext(PACKAGE_NAME, x) ++#include <locale.h> + #else + #define _(x) (x) + #endif |