diff options
author | asau <asau@pkgsrc.org> | 2012-06-27 14:07:55 +0000 |
---|---|---|
committer | asau <asau@pkgsrc.org> | 2012-06-27 14:07:55 +0000 |
commit | e0263150b3cc772fd31dd85f3856bbfdadde0f44 (patch) | |
tree | f8067e09efc5acb3dfb299327b98f58b8868fa4f /lang | |
parent | 3cea6a2923f006b8d2262dc7810db89bd5c5c7c5 (diff) | |
download | pkgsrc-e0263150b3cc772fd31dd85f3856bbfdadde0f44.tar.gz |
Remove "-m486" flag to let it build with contemporary GCC.
Diffstat (limited to 'lang')
-rw-r--r-- | lang/gforth/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/lang/gforth/Makefile b/lang/gforth/Makefile index a32eb486073..4e850790e34 100644 --- a/lang/gforth/Makefile +++ b/lang/gforth/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.28 2011/03/29 21:19:19 asau Exp $ +# $NetBSD: Makefile,v 1.29 2012/06/27 14:07:55 asau Exp $ DISTNAME= gforth-0.7.0 -PKGREVISION= 2 +PKGREVISION= 3 CATEGORIES= lang MASTER_SITES= ${MASTER_SITE_GNU:=gforth/} MASTER_SITES+= http://www.complang.tuwien.ac.at/forth/gforth/ @@ -30,6 +30,7 @@ TEST_TARGET= check # Make sure elisp will be installed even if no emacs installed. CONFIGURE_ENV+= EMACS=${PREFIX}/bin/emacs CFLAGS+= -Dunix +BUILDLINK_TRANSFORM+= rm:-m486 # let it build with contemporary GCC INSTALL_MAKE_FLAGS= ${MAKE_FLAGS} \ infodir=${PREFIX:Q}/${PKGINFODIR:Q} \ mandir=${PREFIX:Q}/${PKGMANDIR:Q} |