diff options
author | drochner <drochner@pkgsrc.org> | 2003-06-06 19:39:03 +0000 |
---|---|---|
committer | drochner <drochner@pkgsrc.org> | 2003-06-06 19:39:03 +0000 |
commit | c28e4b2fca38b8022afe129ca2092e80cc08c36f (patch) | |
tree | aef555b001c4c8c9a25e7d7a2783a86830e7c964 /lang/python15 | |
parent | 860d5efe062cd2fa734378b1ff35b5a9dc77fc8c (diff) | |
download | pkgsrc-c28e4b2fca38b8022afe129ca2092e80cc08c36f.tar.gz |
g/c the now unneeded explicite export of LINK_ALL_LIBGCC_HACK to the
environment
Diffstat (limited to 'lang/python15')
-rw-r--r-- | lang/python15/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lang/python15/Makefile b/lang/python15/Makefile index d66c13155bf..562aa894ade 100644 --- a/lang/python15/Makefile +++ b/lang/python15/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2003/06/06 18:14:09 drochner Exp $ +# $NetBSD: Makefile,v 1.5 2003/06/06 19:39:03 drochner Exp $ # DISTNAME= py152 @@ -14,7 +14,6 @@ COMMENT= Interpreted, interactive, object-oriented programming language GNU_CONFIGURE= YES CONFIGURE_ARGS+= --without-thread -MAKE_ENV+= LINK_ALL_LIBGCC_HACK=${LINK_ALL_LIBGCC_HACK:Q} INSTALL_TARGET= altinstall |