ports/security/openvpn-auth-ldap/files/patch-aclocal.m4
Matthias Andree 2bed486d22 Modernize, resolving DEVELOPER=yes warnings.
While here, do not include sys/types.h but rather only stddef.h, for the
openvpn-plugin.h test patch.
2017-05-15 21:24:13 +00:00

10 lines
295 B
Text

--- aclocal.m4.orig 2012-03-04 04:55:05 UTC
+++ aclocal.m4
@@ -319,6 +319,7 @@ AC_DEFUN([OD_OPENVPN_HEADER],[
AC_CACHE_VAL(od_cv_openvpn, [
AC_LINK_IFELSE([
AC_LANG_PROGRAM([
+ #include <stddef.h>
#include <openvpn-plugin.h>
], [
int flag = OPENVPN_PLUGIN_UP;