diff options
Diffstat (limited to 'lang/lush/files')
-rw-r--r-- | lang/lush/files/patch-configure | 11 | ||||
-rw-r--r-- | lang/lush/files/patch-include_header.h | 12 |
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 --------------------------------------------------- */ + |