summaryrefslogtreecommitdiff
path: root/lang/clisp/files/patch-configure
diff options
context:
space:
mode:
authorKurt Jaeger <pi@FreeBSD.org>2019-04-06 20:06:38 +0000
committerKurt Jaeger <pi@FreeBSD.org>2019-04-06 20:06:38 +0000
commitbb8d058377eb4806b797f296867a2cc522187e70 (patch)
treebde1e29f48330f51f9cad6b7164130f9bf3732bb /lang/clisp/files/patch-configure
parentMark BROKEN on FreeBSD 12 and 13 (diff)
New/resurrected port: lang/clisp
ANSI Common Lisp is a high-level, general-purpose programming language. GNU CLISP is a Common Lisp implementation by Bruno Haible of Karlsruhe University and Michael Stoll of Munich University, both in Germany. It mostly supports the Lisp described in the ANSI Common Lisp standard. It runs on most Unix workstations (GNU/Linux, FreeBSD, NetBSD, OpenBSD, Solaris, Tru64, HP-UX, BeOS, NeXTstep, IRIX, AIX and others) and on other systems (Windows NT/2000/XP, Windows 95/98/ME) and needs only 4 MB of RAM. It is Free Software and may be distributed under the terms of GNU GPL, while it is possible to distribute commercial proprietary applications compiled with GNU CLISP. The user interface comes in English, German, French, Spanish, Dutch, Russian and Danish, and can be changed at run time. GNU CLISP includes an interpreter, a compiler, a debugger, CLOS, MOP, a foreign language interface, sockets, i18n, fast bignums and more. An X11 interface is available through CLX, Garnet, CLUE/CLIO. GNU CLISP runs Maxima, ACL2 and many other Common Lisp packages. WWW: http://www.gnu.org/software/clisp/ Submitted by: KIRIYAMA Kazuhiko <kiri@kx.openedu.org>
Diffstat (limited to 'lang/clisp/files/patch-configure')
-rw-r--r--lang/clisp/files/patch-configure14
1 files changed, 14 insertions, 0 deletions
diff --git a/lang/clisp/files/patch-configure b/lang/clisp/files/patch-configure
new file mode 100644
index 000000000000..926a7a19924b
--- /dev/null
+++ b/lang/clisp/files/patch-configure
@@ -0,0 +1,14 @@
+--- configure.orig 2018-11-12 00:05:07 UTC
++++ configure
+@@ -429,11 +429,9 @@ do
+ passnext=makemake ;;
+
+ --vimdir=* | --vimdi=* | --vimd=* | --vim=* | --vi=*)
+- subdir_configure_args="$subdir_configure_args $arg"
+ makemake_args="$makemake_args --vimdir="`getarg "$arg"` ;;
+
+ --vimdir | --vimdi | --vimd | --vim | --vi)
+- subdir_configure_args="$subdir_configure_args $arg"
+ makemake_args="$makemake_args --vimdir="
+ prev=vimdir
+ passnext=both ;;