diff options
author | joerg <joerg> | 2015-08-26 22:03:38 +0000 |
---|---|---|
committer | joerg <joerg> | 2015-08-26 22:03:38 +0000 |
commit | 8c2bb6821332a01e53adf86cc40ba4640bc73467 (patch) | |
tree | 9e3418dd87126b7f2148eb706dc051c9ffb9e463 /databases | |
parent | f0a803692041cad6d39bc25116501cf26ff5c9b8 (diff) | |
download | pkgsrc-8c2bb6821332a01e53adf86cc40ba4640bc73467.tar.gz |
Deal with libintl.h mess.
Diffstat (limited to 'databases')
-rw-r--r-- | databases/rrdtool/distinfo | 3 | ||||
-rw-r--r-- | databases/rrdtool/patches/patch-src_gettext.h | 15 |
2 files changed, 17 insertions, 1 deletions
diff --git a/databases/rrdtool/distinfo b/databases/rrdtool/distinfo index 10c4f04d887..d2052de4571 100644 --- a/databases/rrdtool/distinfo +++ b/databases/rrdtool/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.47 2015/08/18 12:29:44 mef Exp $ +$NetBSD: distinfo,v 1.48 2015/08/26 22:03:38 joerg Exp $ SHA1 (rrdtool-1.5.4.tar.gz) = 5020ffb6c4d309207df946ab13fafff973465b2a RMD160 (rrdtool-1.5.4.tar.gz) = f336795c1ae26eb618793c9899fdf66984861d64 @@ -8,3 +8,4 @@ SHA1 (patch-ab) = 81131a74c8e9b81edfaa4b6746d4ab8508e82ac2 SHA1 (patch-al) = 985e90539340c8bac9788e897c4b7b899fe9f6b1 SHA1 (patch-am) = 6c0a0890b1e8e2c1a186e2015c0cf5acd719b686 SHA1 (patch-bindings_perl-shared_Makefile.PL) = 1704531ecfcac0aeb0da03f350d9a657e3d8535d +SHA1 (patch-src_gettext.h) = 1254beedc267d901e154ea98599bdfddbe49ddc0 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 |