mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-25 04:43:33 +00:00
a3e58a13ad
Noted By: tabthorpe
13 lines
258 B
Plaintext
13 lines
258 B
Plaintext
--- configure.orig 2010-01-14 17:33:27.000000000 +0100
|
|
+++ configure 2010-01-14 17:35:47.000000000 +0100
|
|
@@ -746,6 +746,9 @@
|
|
#endif
|
|
#ifdef HAVE_UNISTD_H
|
|
# include <unistd.h>
|
|
+#endif
|
|
+#ifdef __FreeBSD__
|
|
+# include <sys/param.h>
|
|
#endif"
|
|
|
|
ac_header_list=
|