diff options
author | wennmach <wennmach@pkgsrc.org> | 2001-03-19 17:07:16 +0000 |
---|---|---|
committer | wennmach <wennmach@pkgsrc.org> | 2001-03-19 17:07:16 +0000 |
commit | 9a6d657f8711547bbc39f520d066d9031dd904ea (patch) | |
tree | 16cb87d80327630c1646217a45de8c8235e412b3 /lang/kaffe/Makefile | |
parent | 36939cf3c647558b9bd34d0a70723fd2263f4716 (diff) | |
download | pkgsrc-9a6d657f8711547bbc39f520d066d9031dd904ea.tar.gz |
Update kaffe to 1.0.6.
1.0.6 fixes a number of bugs, supports libffi, features gcj integration
and a new version of kjc.
Converted kaffe to use our libtool.
Closes PR 10673.
Diffstat (limited to 'lang/kaffe/Makefile')
-rw-r--r-- | lang/kaffe/Makefile | 12 |
1 files changed, 9 insertions, 3 deletions
diff --git a/lang/kaffe/Makefile b/lang/kaffe/Makefile index ef9d461eea6..7ff6445b4e8 100644 --- a/lang/kaffe/Makefile +++ b/lang/kaffe/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.30 2001/03/04 09:06:16 tron Exp $ +# $NetBSD: Makefile,v 1.31 2001/03/19 17:07:16 wennmach Exp $ # -DISTNAME= kaffe-1.0.5 -PKGNAME= kaffe-1.0.5nb1 +DISTNAME= kaffe-1.0.6 CATEGORIES= lang MASTER_SITES= ftp://ftp.kaffe.org/pub/kaffe/ @@ -16,6 +15,7 @@ DEPENDS+= libungif-*:../../graphics/libungif DEPENDS+= gmp>=3.0.0:../../devel/gmp USE_X11= yes +USE_LIBTOOL= yes ONLY_FOR_PLATFORM= *-*-arm32 *-*-i386 *-*-m68k *-*-mips* *-*-sparc @@ -26,6 +26,12 @@ CONFIGURE_ENV+= CPPFLAGS="${CPPFLAGS}" CPPFLAGS+= -Dunix -I${LOCALBASE}/include -I${X11BASE}/include +post-configure: + ${RM} ${WRKDIR}/${PKGNAME}/libtool + ${LN} -s ${LOCALBASE}/bin/libtool ${WRKDIR}/${PKGNAME}/libtool + ${RM} ${WRKDIR}/${PKGNAME}/libltdl/libtool + ${LN} -s ${LOCALBASE}/bin/libtool ${WRKDIR}/${PKGNAME}/libltdl/libtool + post-install: ${INSTALL_DATA} ${WRKSRC}/license.terms \ ${PREFIX}/kaffe/share |