From 2e8001ee7beff2dcce9a9267c3a4cac9cca5ab99 Mon Sep 17 00:00:00 2001 From: arved Date: Mon, 19 May 2003 12:31:00 +0000 Subject: Put back USE_GCC=2.95: There are some problems with lang/clisp when it's compiled with GCC 3: - The foreign function interface (i.e. loading C libraries) doesn't work. This breaks devel/meta-cvs, among other things - A readline-related issue makes CLISP crash when a user hits TAB under some circumstances PR: 52407 Submitted by: maintainer --- lang/clisp/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'lang') diff --git a/lang/clisp/Makefile b/lang/clisp/Makefile index 6660fc9f17bf..ba9267b633ec 100644 --- a/lang/clisp/Makefile +++ b/lang/clisp/Makefile @@ -20,6 +20,7 @@ LIB_DEPENDS= iconv.3:${PORTSDIR}/converters/libiconv \ USE_BZIP2= yes GNU_CONFIGURE= yes +USE_GCC= 2.95 # In clisp-2.28, the build dies in the "regexp" module: the build target # invokes a configure script, which encounters a different CC variable than -- cgit