mirror of
https://git.freebsd.org/ports.git
synced 2025-06-04 04:16:27 -04:00
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>
11 lines
310 B
Text
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
|