diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2012-07-29 09:56:03 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2012-07-29 09:56:03 +0000 |
commit | c75a54293871fc84978f2c6755f4b06253c6982b (patch) | |
tree | eac5faa0904fe0a4d1145748aa10c582267d3f91 /devel/pkgconf/files/patch-stdinc.h | |
parent | - fix pkg-plist for option SHARED disabled (diff) |
- import patches from upstream
- changes:
* add support for --list-all
* --version now shows pkg-config compatibility version (no need to modify
anymore buggy configures that do check for --version instead of
--modversion pkg-conf)
* new --about to show the version of pkgconf
Obtained from: pkgconf git repository
Notes
Notes:
svn path=/head/; revision=301681
Diffstat (limited to '')
-rw-r--r-- | devel/pkgconf/files/patch-stdinc.h | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/devel/pkgconf/files/patch-stdinc.h b/devel/pkgconf/files/patch-stdinc.h new file mode 100644 index 000000000000..8829d456d93c --- /dev/null +++ b/devel/pkgconf/files/patch-stdinc.h @@ -0,0 +1,13 @@ +--- ./stdinc.h.orig 2012-07-26 04:13:43.000000000 +0200 ++++ ./stdinc.h 2012-07-29 11:31:53.000000000 +0200 +@@ -23,6 +23,10 @@ + #include <stdbool.h> + #include <string.h> + #include <libgen.h> ++#include <dirent.h> ++#include <sys/types.h> ++#include <sys/stat.h> ++#include <unistd.h> + + #ifdef _WIN32 + # define WIN32_LEAN_AND_MEAN |