pkgsrc/sysutils/9base/patches/patch-bb
ryoon 5606a76bf7 Update to 20100604 aka 6
* Convert patches to MAKE_FLAGS and BUILDLINK_TRANSFORM.
* Add CONF_FILES support.
* Replace /bin/rc.
* Add workaround for NetBSD 5.1

Tested on NetBSD/i386 4.0.1, 5.1, 5.99.56, and NetBSD/amd64 5.99.55,
and DragonFly/i386 2.10.1.

Changelog:
unknown
2011-10-25 16:28:17 +00:00

13 lines
494 B
Text

$NetBSD: patch-bb,v 1.2 2011/10/25 16:28:17 ryoon Exp $
--- lib9/dirfwstat.c.orig 2010-06-04 10:46:05.000000000 +0000
+++ lib9/dirfwstat.c
@@ -4,7 +4,7 @@
#include <sys/time.h>
#include <sys/stat.h>
-#if defined(__FreeBSD__) || defined(__APPLE__) || defined(__OpenBSD__) || defined(__linux__)
+#if defined(__FreeBSD__) || defined(__APPLE__) || defined(__OpenBSD__) || defined(__linux__) || defined(__NetBSD__)
/* do nothing -- futimes exists and is fine */
#elif defined(__SunOS5_9__)