Import of pkgsrc-2014Q1

This commit is contained in:
2014-04-17 16:38:45 +02:00
parent 785076ae39
commit 9a8c06dafb
19365 changed files with 828089 additions and 278039 deletions

View File

@@ -0,0 +1,15 @@
$NetBSD: patch-src_main.c,v 1.1 2013/10/23 12:15:21 obache Exp $
* Set PKGLOCALEDIR as default locale dir.
--- src/main.c.orig 2011-01-25 23:55:35.000000000 +0000
+++ src/main.c
@@ -36,7 +36,7 @@ int main(int argc, char* argv[])
const gchar * icon_dir = NULL;
- const gchar * locale_dir = NULL;
+ const gchar * locale_dir = "@_PKGLOCALEDIR@";
setlocale(LC_ALL, "");