diff options
author | asau <asau@pkgsrc.org> | 2014-06-26 20:36:53 +0000 |
---|---|---|
committer | asau <asau@pkgsrc.org> | 2014-06-26 20:36:53 +0000 |
commit | bae4c90ac6ae5d091c5543a3ddf030ae41223c0b (patch) | |
tree | d02c4324e9a443d4d3f1e30680fd5b1fa621b66c /sysutils | |
parent | 9626c2784ed5ebad71abc5d21529d5d06b34b7c2 (diff) | |
download | pkgsrc-bae4c90ac6ae5d091c5543a3ddf030ae41223c0b.tar.gz |
<stdint.h> is needed to make it build on FreeBSD.
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/rox/distinfo | 4 | ||||
-rw-r--r-- | sysutils/rox/patches/patch-ad | 16 |
2 files changed, 14 insertions, 6 deletions
diff --git a/sysutils/rox/distinfo b/sysutils/rox/distinfo index ac9e01d32ca..9416620591d 100644 --- a/sysutils/rox/distinfo +++ b/sysutils/rox/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.13 2013/02/22 21:38:06 jperkin Exp $ +$NetBSD: distinfo,v 1.14 2014/06/26 20:36:53 asau Exp $ SHA1 (rox/rox-filer-2.10.tar.bz2) = 691297d18be69a883db0a38130f5df99f9e1bc29 RMD160 (rox/rox-filer-2.10.tar.bz2) = 48b64ccaceb96b59fbd2467aa65d8e128ebd960d @@ -7,4 +7,4 @@ SHA1 (patch-ROX-Filer_src_mount.c) = 19d820cf74d57dbfeb255b21522639ac2fc41574 SHA1 (patch-aa) = 20cf42090c9cd3149af6e7be59f826624062d759 SHA1 (patch-ab) = bec4e64a5f54109fab55f89b8da9a55d0465d0ab SHA1 (patch-ac) = fc78b2208cb052bedaab4ae3c1e59677bc299f6e -SHA1 (patch-ad) = 3a8fef42c3749bb9aa2fc17f292a940aacd596b3 +SHA1 (patch-ad) = e374d0c9d5e102907444e9c504c21ba69469096b diff --git a/sysutils/rox/patches/patch-ad b/sysutils/rox/patches/patch-ad index 63f0075c87f..e40fc84c209 100644 --- a/sysutils/rox/patches/patch-ad +++ b/sysutils/rox/patches/patch-ad @@ -1,8 +1,16 @@ -$NetBSD: patch-ad,v 1.3 2009/11/05 19:50:54 reinoud Exp $ +$NetBSD: patch-ad,v 1.4 2014/06/26 20:36:53 asau Exp $ ---- ROX-Filer/src/support.c.orig 2009-07-18 16:23:18.000000000 +0200 +--- ROX-Filer/src/support.c.orig 2009-07-18 14:23:18.000000000 +0000 +++ ROX-Filer/src/support.c -@@ -272,7 +272,7 @@ const char *format_size(off_t size) +@@ -21,6 +21,7 @@ + + #include "config.h" + ++#include <stdint.h> + #include <stdio.h> + #include <stdlib.h> + #include <stdarg.h> +@@ -272,7 +273,7 @@ const char *format_size(off_t size) units = _("B"); g_free(buffer); @@ -11,7 +19,7 @@ $NetBSD: patch-ad,v 1.3 2009/11/05 19:50:54 reinoud Exp $ return buffer; } -@@ -309,7 +309,7 @@ const char *format_size_aligned(off_t si +@@ -309,7 +310,7 @@ const char *format_size_aligned(off_t si units = ' '; g_free(buffer); |