pkgsrc/lang/smalltalk/patches/patch-ae
asau 7dc7f6f25e Update to GNU Smalltalk 3.1.
There're numerous changes, which include various improvements,
new features and bug fixes.

Most notable changes include async. signal safety, threads support,
remote control of Smalltalk VM via TCP socket, DBI improvements,
bindings to Cairo, LibSDL, OpenGL and GLUT, Swazoo web server,
newer Seaside application server and web framework.
2009-04-10 17:36:42 +00:00

12 lines
562 B
Text

$NetBSD: patch-ae,v 1.2 2009/04/10 17:36:43 asau Exp $
--- configure.orig 2009-04-07 20:00:09.000000000 +0400
+++ configure 2009-04-07 20:23:39.000000000 +0400
@@ -20386,6 +20386,7 @@
for ac_func in putenv strdup strerror strsignal mkstemp getpagesize \
getdtablesize strstr ftruncate floorl ceill sqrtl frexpl ldexpl asinl \
acosl atanl logl expl tanl sinl cosl powl truncl lrintl strsep strpbrk \
+ acosl atanl logl expl tanl sinl cosl trunc truncf truncl lrintl strsep strpbrk \
symlink mkdtemp
do
as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`