freebsd-ports/sysutils/busybox/files/patch-coreutils__rmdir.c
Matthias Andree 4d57ba3460 Regenerate files/patch-include__platform.h.
Add five patches to #include <libgen.h> and remove that from CPPFLAGS.
Add five upstream patches.
2011-09-22 21:13:27 +00:00

11 lines
243 B
C

--- ./coreutils/rmdir.c.orig 2011-08-22 04:57:49.000000000 +0200
+++ ./coreutils/rmdir.c 2011-09-22 23:05:09.000000000 +0200
@@ -27,6 +27,8 @@
#include "libbb.h"
+#include <libgen.h>
+
/* This is a NOFORK applet. Be very careful! */