aboutsummaryrefslogtreecommitdiff
path: root/lang/lush/files
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2004-01-05 04:21:24 +0000
committerPav Lucistnik <pav@FreeBSD.org>2004-01-05 04:21:24 +0000
commit29761881f660f15fd65749d7578664eaec4a5eb9 (patch)
treea25dbbc5b005b90e538f7321eab0af2fdde1d803 /lang/lush/files
parente329578bd0f0a1b9c4ae876122a8e8d0986829ee (diff)
Notes
Diffstat (limited to 'lang/lush/files')
-rw-r--r--lang/lush/files/patch-configure11
-rw-r--r--lang/lush/files/patch-include_header.h12
2 files changed, 23 insertions, 0 deletions
diff --git a/lang/lush/files/patch-configure b/lang/lush/files/patch-configure
new file mode 100644
index 000000000000..9abd109e0680
--- /dev/null
+++ b/lang/lush/files/patch-configure
@@ -0,0 +1,11 @@
+--- configure.orig Sun Dec 28 01:01:52 2003
++++ configure Sun Dec 28 01:02:14 2003
+@@ -8513,7 +8513,7 @@
+
+
+
+-for ac_header in unistd.h vfork.h
++for ac_header in unistd.h vfork.h sys/types.h
+ do
+ as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
+ if eval "test \"\${$as_ac_Header+set}\" = set"; then
diff --git a/lang/lush/files/patch-include_header.h b/lang/lush/files/patch-include_header.h
new file mode 100644
index 000000000000..a2ca8b53c251
--- /dev/null
+++ b/lang/lush/files/patch-include_header.h
@@ -0,0 +1,12 @@
+--- include/header.h.orig Thu Sep 25 23:54:56 2003
++++ include/header.h Sun Dec 28 01:27:32 2003
+@@ -45,6 +45,9 @@
+ #endif
+ #endif
+
++#ifdef HAVE_SYS_TYPES_H
++# include <sys/types.h>
++#endif
+
+ /* VERSION.H --------------------------------------------------- */
+