diff options
author | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2015-06-07 11:32:57 +0000 |
---|---|---|
committer | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2015-06-07 11:32:57 +0000 |
commit | 6e47a493b52112f6268745bf53d79413d14b0465 (patch) | |
tree | 8b43d3d03fbb89f1068db930ff18a9c3e027b33f /devel/libbobcat/files/patch-arg-arg | |
parent | devel/p5-Term-Screen: 1.03 -> 1.05 (diff) |
devel/libbobcat: Update version 3.21.01=>3.25.01
- Fix patch files to reflect 'make makepatch'
Notes
Notes:
svn path=/head/; revision=388690
Diffstat (limited to 'devel/libbobcat/files/patch-arg-arg')
-rw-r--r-- | devel/libbobcat/files/patch-arg-arg | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/devel/libbobcat/files/patch-arg-arg b/devel/libbobcat/files/patch-arg-arg index 2c3da13c9721..b64afa28a115 100644 --- a/devel/libbobcat/files/patch-arg-arg +++ b/devel/libbobcat/files/patch-arg-arg @@ -1,11 +1,11 @@ ---- arg/arg.orig 2013-11-13 11:44:52.000000000 +0100 -+++ arg/arg 2013-11-27 16:37:01.000000000 +0100 +--- arg/arg.orig 2013-10-02 13:57:01 UTC ++++ arg/arg @@ -5,6 +5,9 @@ Singleton Class built around getopt() and getopt_long() (3) */ -+#ifdef __FreeBSD__ -+#include <errno.h> ++#if defined(__FreeBSD__) || defined(__DragonFly__) ++#include <cerrno> +#endif #include <string> |