summaryrefslogtreecommitdiff
path: root/security/gnutls/patches/patch-lib_Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'security/gnutls/patches/patch-lib_Makefile.in')
-rw-r--r--security/gnutls/patches/patch-lib_Makefile.in6
1 files changed, 4 insertions, 2 deletions
diff --git a/security/gnutls/patches/patch-lib_Makefile.in b/security/gnutls/patches/patch-lib_Makefile.in
index 36ce244b954..158edfc512e 100644
--- a/security/gnutls/patches/patch-lib_Makefile.in
+++ b/security/gnutls/patches/patch-lib_Makefile.in
@@ -1,4 +1,6 @@
-$NetBSD: patch-lib_Makefile.in,v 1.4 2013/11/29 22:55:29 wiz Exp $
+$NetBSD: patch-lib_Makefile.in,v 1.5 2014/02/10 12:01:20 tron Exp $
+
+Correct path to locale files.
--- lib/Makefile.in.orig 2013-11-23 10:09:55.000000000 +0000
+++ lib/Makefile.in
@@ -16,7 +18,7 @@ $NetBSD: patch-lib_Makefile.in,v 1.4 2013/11/29 22:55:29 wiz Exp $
libdir = @libdir@
libexecdir = @libexecdir@
-localedir = $(datadir)/locale
-+localedir = /usr/pkg/share/locale
++localedir = @prefix@/share/locale
localstatedir = @localstatedir@
mandir = @mandir@
mkdir_p = @mkdir_p@