freebsd-ports/security/openvpn20/files/patch-route.c
Matthias Andree a414753739 Clang fixes:- patch plugin Makefiles to use ${CC} rather than gcc (found by -exp run);
- silence non-literal format string warnings (non-fix, adds patch-options.c)
- fix missing prototype warning (adds patch-route.c, bumps PORTREVISION)
- Use full ${MAKE} environment from do-build, for consistency.

While here, remove MD5 checksum.
2011-06-20 21:44:47 +00:00

10 lines
254 B
C

--- ./route.c.orig 2006-04-05 08:13:55.000000000 +0200
+++ ./route.c 2011-06-20 23:19:43.000000000 +0200
@@ -1310,6 +1310,7 @@
#elif defined(TARGET_FREEBSD)
+#include <err.h>
#include <sys/types.h>
#include <sys/socket.h>
#include <netinet/in.h>