diff options
author | Tilman Keskinoz <arved@FreeBSD.org> | 2002-11-08 20:44:56 +0000 |
---|---|---|
committer | Tilman Keskinoz <arved@FreeBSD.org> | 2002-11-08 20:44:56 +0000 |
commit | 6aab817862744052de6f2d29b8af7515ba174e78 (patch) | |
tree | a578275acfabe854ce6dcefef5d090dc13f448ff /lang/clisp | |
parent | Update to 1.1.11. (diff) |
Add USE_GCC=2.95, since the build dumps core with gcc 3.x
PR: 39189
Submitted by: Stanislav Grozev <tacho@factline.com>
Notes
Notes:
svn path=/head/; revision=69751
Diffstat (limited to 'lang/clisp')
-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 d31dc60045b2..708081419ade 100644 --- a/lang/clisp/Makefile +++ b/lang/clisp/Makefile @@ -16,6 +16,7 @@ MAINTAINER= jabrown@caida.org 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 |