diff options
author | arved <arved@FreeBSD.org> | 2002-11-09 04:44:56 +0800 |
---|---|---|
committer | arved <arved@FreeBSD.org> | 2002-11-09 04:44:56 +0800 |
commit | 2ddc121b0d3d0f65de9c1026537e9c678eeca3b5 (patch) | |
tree | 2be9340a6023e5a48b2673549db4679d49e1a5e9 /lang/clisp/Makefile | |
parent | 61589e701a07ed658377e959e437f5426d805f40 (diff) | |
download | freebsd-ports-gnome-2ddc121b0d3d0f65de9c1026537e9c678eeca3b5.tar.gz freebsd-ports-gnome-2ddc121b0d3d0f65de9c1026537e9c678eeca3b5.tar.zst freebsd-ports-gnome-2ddc121b0d3d0f65de9c1026537e9c678eeca3b5.zip |
Add USE_GCC=2.95, since the build dumps core with gcc 3.x
PR: 39189
Submitted by: Stanislav Grozev <tacho@factline.com>
Diffstat (limited to 'lang/clisp/Makefile')
-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 |