ports/devel/libbobcat/files/patch-arg-arg
Muhammad Moinur Rahman 6e47a493b5 devel/libbobcat: Update version 3.21.01=>3.25.01
- Fix patch files to reflect 'make makepatch'
2015-06-07 11:32:57 +00:00

12 lines
263 B
Text

--- 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)
*/
+#if defined(__FreeBSD__) || defined(__DragonFly__)
+#include <cerrno>
+#endif
#include <string>
#include <vector>