Files
pkgsrc-ng/devel/xulrunner17/patches/patch-ad
2013-09-26 17:14:40 +02:00

14 lines
437 B
Plaintext

$NetBSD: patch-ad,v 1.1 2013/01/10 16:17:10 ryoon Exp $
--- xpcom/io/nsLocalFileUnix.h.orig 2012-08-24 22:56:10.000000000 +0000
+++ xpcom/io/nsLocalFileUnix.h
@@ -52,7 +52,7 @@
#endif
// so we can statfs on freebsd
-#if defined(__FreeBSD__)
+#if defined(__FreeBSD__) || ((defined(__DragonFly__) || defined(__NetBSD__)) && !defined(HAVE_STATVFS))
#define HAVE_SYS_STATFS_H
#define STATFS statfs
#include <sys/param.h>