b15f1cca5e
newer version (5.26, the current production version). The pkg builds and the result starts up and can do simple operations, but there are strange errors if I try scripts which used to work two years ago (mostly array size check related). The biggest problem is that the pkg needs a fortran compiler which supports the LOC() function. f2c doesn't, the cheapest way I found is to depend on pkgsrc/lang/gcc3-f77. This needs to be done cleaner.
14 lines
398 B
Text
14 lines
398 B
Text
$NetBSD: patch-bb,v 1.1 2010/02/26 10:56:38 drochner Exp $
|
|
|
|
--- core/editline/src/readline.cxx.orig 2010-02-25 15:13:11.000000000 +0000
|
|
+++ core/editline/src/readline.cxx
|
|
@@ -54,9 +54,6 @@
|
|
#include <stdlib.h>
|
|
#include <unistd.h>
|
|
#include <limits.h>
|
|
-#ifndef __FreeBSD__
|
|
-#include <alloca.h>
|
|
-#endif // __FreeBSD__
|
|
#include "histedit.h"
|
|
// #include "readline/readline.h"
|
|
#include "editline.h"
|