diff options
author | mjl <mjl@pkgsrc.org> | 1999-04-17 01:55:55 +0000 |
---|---|---|
committer | mjl <mjl@pkgsrc.org> | 1999-04-17 01:55:55 +0000 |
commit | 750145536a1e6bceffd493dd3dafa3bd4fda9563 (patch) | |
tree | c570f88768adb9cceca5b5fa43807ea813fcd5fc /lang/clisp/Makefile | |
parent | a0bfd1d1ec086acb0fc7d6cd5cd975f34c38ccb8 (diff) | |
download | pkgsrc-750145536a1e6bceffd493dd3dafa3bd4fda9563.tar.gz |
Make this work with egcs using the compilation notes provided
by Sean Doran <smd@ebone.net>. Closes PR/6339.
Diffstat (limited to 'lang/clisp/Makefile')
-rw-r--r-- | lang/clisp/Makefile | 12 |
1 files changed, 4 insertions, 8 deletions
diff --git a/lang/clisp/Makefile b/lang/clisp/Makefile index 7bd9d1781f8..49e2824ac0d 100644 --- a/lang/clisp/Makefile +++ b/lang/clisp/Makefile @@ -1,9 +1,10 @@ -# $NetBSD: Makefile,v 1.7 1999/02/20 22:48:32 hubertf Exp $ +# $NetBSD: Makefile,v 1.8 1999/04/17 01:55:55 mjl Exp $ -DISTNAME= clispsrc-19990108 +DISTNAME= clispsrc PKGNAME= clisp-19990108 CATEGORIES= lang -MASTER_SITES= ${MASTER_SITE_LOCAL} +MASTER_SITES= ftp://ftp2.cons.org/pub/lisp/clisp/source/ \ + ftp://ftp.tu-darmstadt.de/pub/programming/languages/lisp/clisp/source/ MAINTAINER= mjl@emsi.priv.at HOMEPAGE= http://clisp.cons.org/~haible/clisp.html @@ -12,11 +13,6 @@ NOT_FOR_ARCHS= alpha # severe LP64 problems MIRROR_DISTFILE= no -GCC_VERSION!= gcc --version -.if (${GCC_VERSION:C/-.*$$//} == egcs) && !target(clean) -IGNORE= "cannot be built with egcs yet" -.endif - GNU_CONFIGURE= YES WRKSRC= ${WRKDIR}/clisp-1999-01-08/src |