summaryrefslogtreecommitdiff
path: root/databases/rrdtool/patches
diff options
context:
space:
mode:
authorjoerg <joerg>2015-08-26 22:03:38 +0000
committerjoerg <joerg>2015-08-26 22:03:38 +0000
commit195b9a99fec0ab939808cea6885d708b222cd4b5 (patch)
tree9e3418dd87126b7f2148eb706dc051c9ffb9e463 /databases/rrdtool/patches
parent821d68f7a5a1876dbb7f656e5ddae511c0999b24 (diff)
downloadpkgsrc-195b9a99fec0ab939808cea6885d708b222cd4b5.tar.gz
Deal with libintl.h mess.
Diffstat (limited to 'databases/rrdtool/patches')
-rw-r--r--databases/rrdtool/patches/patch-src_gettext.h15
1 files changed, 15 insertions, 0 deletions
diff --git a/databases/rrdtool/patches/patch-src_gettext.h b/databases/rrdtool/patches/patch-src_gettext.h
new file mode 100644
index 00000000000..27360e99abc
--- /dev/null
+++ b/databases/rrdtool/patches/patch-src_gettext.h
@@ -0,0 +1,15 @@
+$NetBSD: patch-src_gettext.h,v 1.1 2015/08/26 22:03:38 joerg Exp $
+
+--- src/gettext.h.orig 2015-08-23 14:11:04.000000000 +0000
++++ src/gettext.h
+@@ -16,8 +16,8 @@
+ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+ USA. */
+
+-#ifndef LIBGETTEXT_H_74E363E9F6924C7DBC4D0ED9C2FA33DF
+-#define LIBGETTEXT_H_74E363E9F6924C7DBC4D0ED9C2FA33DF 1
++#ifndef _LIBGETTEXT_H
++#define _LIBGETTEXT_H
+
+ /* NLS can be disabled through the configure --disable-nls option. */
+ #if ENABLE_NLS