mirror of
https://git.freebsd.org/ports.git
synced 2025-05-14 16:21:50 -04:00
While here, do not include sys/types.h but rather only stddef.h, for the openvpn-plugin.h test patch.
10 lines
295 B
Text
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;
|