Import of pkgsrc-2013Q2

This commit is contained in:
2013-09-26 17:14:40 +02:00
commit 785076ae39
74991 changed files with 4380255 additions and 0 deletions

View File

@@ -0,0 +1,16 @@
$NetBSD: patch-aa,v 1.4 2009/11/05 19:50:54 reinoud Exp $
--- ROX-Filer/src/config.h.in.orig 2009-07-18 16:23:18.000000000 +0200
+++ ROX-Filer/src/config.h.in
@@ -60,9 +60,9 @@
/* printf format string to print file sizes */
#ifdef LARGE_FILE_SUPPORT
-# define SIZE_FMT G_GINT64_MODIFIER "d"
+# define SIZE_FMT G_GINT64_MODIFIER "jd"
#else
-# define SIZE_FMT G_GINT32_MODIFIER "d"
+# define SIZE_FMT G_GINT32_MODIFIER "jd"
#endif
#if 1