summaryrefslogtreecommitdiff
path: root/devel/libbobcat/files/patch-arg-arg
diff options
context:
space:
mode:
Diffstat (limited to 'devel/libbobcat/files/patch-arg-arg')
-rw-r--r--devel/libbobcat/files/patch-arg-arg8
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>