aboutsummaryrefslogtreecommitdiff
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-arg12
1 files changed, 12 insertions, 0 deletions
diff --git a/devel/libbobcat/files/patch-arg-arg b/devel/libbobcat/files/patch-arg-arg
new file mode 100644
index 000000000000..2c3da13c9721
--- /dev/null
+++ b/devel/libbobcat/files/patch-arg-arg
@@ -0,0 +1,12 @@
+--- arg/arg.orig 2013-11-13 11:44:52.000000000 +0100
++++ arg/arg 2013-11-27 16:37:01.000000000 +0100
+@@ -5,6 +5,9 @@
+ Singleton Class built around getopt() and getopt_long() (3)
+ */
+
++#ifdef __FreeBSD__
++#include <errno.h>
++#endif
+
+ #include <string>
+ #include <vector>