mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 17:46:38 -04:00
While here, define LICENSE (GPLv2+) and hook the test suite to our framework. Currently, out of 130 tests, 8 fail (7, 8, 32, 41, 70, 118, and 122 with 1 expected failure), 1 test was skipped. Reported by: pkg-fallout
11 lines
315 B
C
11 lines
315 B
C
--- lib-src/getopt.c.orig 2013-03-23 19:56:26 UTC
|
|
+++ lib-src/getopt.c
|
|
@@ -43,6 +43,8 @@
|
|
#endif
|
|
|
|
#include <stdio.h>
|
|
+#include <stdlib.h>
|
|
+#include <string.h>
|
|
|
|
/* Comment out all this code if we are using the GNU C Library, and are not
|
|
actually compiling the library itself. This code is part of the GNU C
|