You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/sys-apps/man/files/man-1.6g-fbsd.patch

16 lines
366 B

Fixes compilation in FreeBSD
http://bugs.gentoo.org/138123
--- man-1.6g/gencat/genlib.c
+++ man-1.6g/gencat/genlib.c
@@ -54,7 +54,7 @@
#include <unistd.h>
#endif
-#if !defined(__linux__) && !defined(__CYGWIN__)
+#if !defined(__linux__) && !defined(__CYGWIN__) && !defined(__FreeBSD__)
#include <memory.h>
static int bcopy(src, dst, length)
char *src, *dst;