mirror of
https://git.freebsd.org/ports.git
synced 2025-07-15 08:19:13 -04:00
Add five patches to #include <libgen.h> and remove that from CPPFLAGS. Add five upstream patches.
11 lines
365 B
C
11 lines
365 B
C
--- ./coreutils/install.c.orig 2011-08-22 04:57:49.000000000 +0200
|
|
+++ ./coreutils/install.c 2011-09-22 23:05:09.000000000 +0200
|
|
@@ -26,6 +26,8 @@
|
|
#include "libbb.h"
|
|
#include "libcoreutils/coreutils.h"
|
|
|
|
+#include <libgen.h>
|
|
+
|
|
#if ENABLE_FEATURE_INSTALL_LONG_OPTIONS
|
|
static const char install_longopts[] ALIGN1 =
|
|
"directory\0" No_argument "d"
|