freebsd-ports/textproc/augeas/files/patch-tests-cutest.c
Steve Wills 059d9e976d - Update to 0.10.0 plus a patch from github to make it build
- Take maintainership, see
  http://lists.freebsd.org/pipermail/freebsd-ports/2011-October/071195.html

- Use %%DATADIR%% in plist where appropriate

- Add a few TEST_DEPENDS. Most of the tests pass, the ones that don't seem to
  be upstream issues and/or already existing
2012-02-12 13:17:44 +00:00

10 lines
260 B
C

--- tests/cutest.c.orig 2012-02-11 05:08:50.706340443 -0500
+++ tests/cutest.c 2012-02-11 05:09:03.816423151 -0500
@@ -34,6 +34,7 @@
#include <stdio.h>
#include <string.h>
#include <math.h>
+#include <sys/wait.h>
#include "cutest.h"
#include "memory.h"