Index: head/security/openiked/files/patch-configure.ac =================================================================== --- head/security/openiked/files/patch-configure.ac (nonexistent) +++ head/security/openiked/files/patch-configure.ac (revision 432564) @@ -0,0 +1,22 @@ +https://github.com/xcllnt/openiked/issues/11 + +--- configure.ac.orig 2017-01-13 04:16:22 UTC ++++ configure.ac +@@ -2232,7 +2232,7 @@ AC_RUN_IFELSE( + if(fd == NULL) + return(1); + +- if ((rc = fprintf(fd ,"%s\n", _EVENT_VERSION)) <0) ++ if ((rc = fprintf(fd ,"%s\n", LIBEVENT_VERSION)) <0) + return(1); + + return(0); +@@ -2308,7 +2308,7 @@ AC_RUN_IFELSE( + #include + #include + ]], [[ +- exit(strcmp(event_get_version(), _EVENT_VERSION) == 0 ? 0 : 1); ++ exit(strcmp(event_get_version(), LIBEVENT_VERSION) == 0 ? 0 : 1); + ]])], + [ + AC_MSG_RESULT([yes]) Property changes on: head/security/openiked/files/patch-configure.ac ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property