- Fix installation from package As always, please be careful not to nuke your local configuration on updating. This port needs a maintainer who actually uses it! Closes PR: ports/60585 Submitted by: Seva Gluschenko
35 lines
834 B
Text
35 lines
834 B
Text
--- configure.orig Fri Dec 26 10:29:15 2003
|
|
+++ configure Fri Dec 26 10:33:26 2003
|
|
@@ -280,6 +280,7 @@
|
|
# Factoring default headers for most tests.
|
|
ac_includes_default="\
|
|
#include <stdio.h>
|
|
+#include <sys/param.h>
|
|
#if HAVE_SYS_TYPES_H
|
|
# include <sys/types.h>
|
|
#endif
|
|
@@ -20317,7 +20318,7 @@
|
|
cat >>conftest.$ac_ext <<_ACEOF
|
|
/* end confdefs.h. */
|
|
|
|
-#include <sys/types.h>
|
|
+#include <sys/param.h>
|
|
#include <sys/mount.h>
|
|
#include <sys/fs_types.h>
|
|
int
|
|
@@ -20493,6 +20494,7 @@
|
|
cat confdefs.h >>conftest.$ac_ext
|
|
cat >>conftest.$ac_ext <<_ACEOF
|
|
/* end confdefs.h. */
|
|
+#include <sys/param.h>
|
|
#include <sys/mount.h>
|
|
|
|
_ACEOF
|
|
@@ -20539,6 +20541,7 @@
|
|
/* end confdefs.h. */
|
|
|
|
#include <sys/fs_types.h>
|
|
+#include <sys/param.h>
|
|
#include <sys/mount.h>
|
|
_ACEOF
|
|
if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
|