freebsd-ports/misc/bogosort/files/patch-config.h.in
Peter Pentchev b549a1416b A whole lotta fixes:
- fix build with gcc-3.4;
- fix sortedp.c and zbogotest to handle empty files properly;
- add a 'test' target;
- use INFO and PLIST_FILES and nuke pkg-plist.

And yes, I know that adding HAVE_STRING_H to config.h.in is somewhat
hackish; the proper fix - a string.h check in configure.in - is on its
way to the bogosort developers :)
2004-08-11 13:57:27 +00:00

7 lines
181 B
C

--- config.h.in.orig Wed Aug 11 16:11:07 2004
+++ config.h.in Wed Aug 11 16:11:13 2004
@@ -51,3 +51,4 @@
/* Version number of package */
#undef VERSION
+#define HAVE_STRING_H 1