freebsd-ports/devel/gaul/files/patch-configure
John Marino 9ac72add07 devel/gaul: document and fix ncurse requirement
While here, replace "extern errno" with errno.h inclusion.
2016-08-23 19:17:31 +00:00

14 lines
228 B
Text

--- configure.orig 2005-04-20 16:09:35 UTC
+++ configure
@@ -25786,10 +25786,7 @@ _EOF_
cat >> $tmpfile << _EOF_
-#ifndef errno
-/* Some sytems #define this! */
-extern int errno;
-#endif
+#include <errno.h>
_EOF_