freebsd-ports/vietnamese/vnless/files/patch-regerror.c
Pawel Pekala 8c930e9314 - Fix build with clang (functions not returing value)
- Respect CFLAGS during build
- Add staging support
- Switch to PLIST_FILES
- Rename patches to current standards

MFH:		2014Q3
2014-08-07 16:29:57 +00:00

14 lines
236 B
C

--- regerror.c.orig Mon Feb 24 12:45:41 1992
+++ regerror.c Wed Dec 4 02:42:23 1996
@@ -1,7 +1,9 @@
#include <stdio.h>
+
+#ifdef FBSD_HAS_THIS_IN_LIBCOMPAT
regerror(str)
char *str;
{
/* fprintf(stderr,"%s\n",str); */
}
-
+#endif