forked from Lainports/freebsd-ports
- Add missing include (bsd.port.options.mk) - Bump PORTREVISION PR: ports/176217 Submitted by: zi@ (me) Approved by: kuriyama@ (maintainer timeout, ~3weeks)
34 lines
842 B
Text
34 lines
842 B
Text
--- ./configure.orig 2009-09-26 05:18:38.000000000 -0400
|
|
+++ ./configure 2013-02-15 18:55:19.000000000 -0500
|
|
@@ -7287,6 +7287,7 @@
|
|
cat >>conftest.$ac_ext <<_ACEOF
|
|
/* end confdefs.h. */
|
|
$ac_includes_default
|
|
+#include <stdio.h>
|
|
#include <gssapi/gssapi.h>
|
|
_ACEOF
|
|
rm -f conftest.$ac_objext
|
|
@@ -7328,6 +7329,7 @@
|
|
cat confdefs.h >>conftest.$ac_ext
|
|
cat >>conftest.$ac_ext <<_ACEOF
|
|
/* end confdefs.h. */
|
|
+#include <stdio.h>
|
|
#include <gssapi/gssapi.h>
|
|
_ACEOF
|
|
if { (ac_try="$ac_cpp conftest.$ac_ext"
|
|
@@ -7405,6 +7407,7 @@
|
|
cat confdefs.h >>conftest.$ac_ext
|
|
cat >>conftest.$ac_ext <<_ACEOF
|
|
/* end confdefs.h. */
|
|
+#include <stdio.h>
|
|
#include <gssapi/gssapi.h>
|
|
|
|
int
|
|
@@ -7513,6 +7516,7 @@
|
|
cat confdefs.h >>conftest.$ac_ext
|
|
cat >>conftest.$ac_ext <<_ACEOF
|
|
/* end confdefs.h. */
|
|
+#include <stdio.h>
|
|
#include <gssapi/gssapi.h>
|
|
|
|
int
|