ports/lang/lush/files/patch-configure
Pav Lucistnik 29761881f6 Add lush, an object-oriented programming language designed for
researchers, experimenters, and engineers interested in large-scale
numerical and graphic applications.  Lush is designed to be used in
situations where one would want to combine the flexibility of a
high-level, loosely-typed interpreted language, with the efficiency
of a strongly-typed, natively-compiled language, and with the easy
integration of code written in C, C++, or other languages.

WWW: http://lush.sourceforge.net/

PR:		ports/60906
Submitted by:	David Yeske <dyeske@yahoo.com>
2004-01-05 04:21:24 +00:00

11 lines
310 B
Text

--- 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