diff options
author | adamw <adamw@FreeBSD.org> | 2014-08-17 07:35:54 +0800 |
---|---|---|
committer | adamw <adamw@FreeBSD.org> | 2014-08-17 07:35:54 +0800 |
commit | 1df2ef4cdc57c858a8660336c82bf834ff871985 (patch) | |
tree | c65d688f29ae0c02471ce209ef0541f790d642bd /sysutils/apt | |
parent | 70b17522f3b2378f998525c13ae562ed634b59f5 (diff) | |
download | freebsd-ports-gnome-1df2ef4cdc57c858a8660336c82bf834ff871985.tar.gz freebsd-ports-gnome-1df2ef4cdc57c858a8660336c82bf834ff871985.tar.zst freebsd-ports-gnome-1df2ef4cdc57c858a8660336c82bf834ff871985.zip |
Add a patch to move the build failure a few seconds later.
Not quite sure about mandrees results, but this port fails on every jail
for me.
Diffstat (limited to 'sysutils/apt')
-rw-r--r-- | sysutils/apt/files/patch-apt-pkg__contrib__fileutl.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/sysutils/apt/files/patch-apt-pkg__contrib__fileutl.h b/sysutils/apt/files/patch-apt-pkg__contrib__fileutl.h new file mode 100644 index 000000000000..f47e1a3e8cfc --- /dev/null +++ b/sysutils/apt/files/patch-apt-pkg__contrib__fileutl.h @@ -0,0 +1,10 @@ +--- ./apt-pkg/contrib/fileutl.h.orig 2014-08-16 19:31:39.000000000 -0400 ++++ ./apt-pkg/contrib/fileutl.h 2014-08-16 19:31:52.000000000 -0400 +@@ -25,6 +25,7 @@ + #pragma interface "apt-pkg/fileutl.h" + #endif + ++#include <sys/types.h> + #include <string> + + using std::string; |