diff options
author | arved <arved@FreeBSD.org> | 2003-05-19 20:31:00 +0800 |
---|---|---|
committer | arved <arved@FreeBSD.org> | 2003-05-19 20:31:00 +0800 |
commit | 2e8001ee7beff2dcce9a9267c3a4cac9cca5ab99 (patch) | |
tree | f5d0891d89d2c0554337c97d4c597fd3a41c01b0 /lang | |
parent | f16edcacc798351746c17e7f0f2b81e0072c26e1 (diff) | |
download | freebsd-ports-gnome-2e8001ee7beff2dcce9a9267c3a4cac9cca5ab99.tar.gz freebsd-ports-gnome-2e8001ee7beff2dcce9a9267c3a4cac9cca5ab99.tar.zst freebsd-ports-gnome-2e8001ee7beff2dcce9a9267c3a4cac9cca5ab99.zip |
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
Diffstat (limited to 'lang')
-rw-r--r-- | lang/clisp/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
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 |