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 | |
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')
-rw-r--r-- | lang/python15/Makefile | 3 | ||||
-rw-r--r-- | lang/python20/Makefile | 3 | ||||
-rw-r--r-- | lang/python21-pth/Makefile | 3 | ||||
-rw-r--r-- | lang/python21/Makefile | 3 | ||||
-rw-r--r-- | lang/python22-pth/Makefile | 3 | ||||
-rw-r--r-- | lang/python22/Makefile | 3 |
6 files changed, 6 insertions, 12 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 diff --git a/lang/python20/Makefile b/lang/python20/Makefile index e6ca052b7f5..fc69db0a94d 100644 --- a/lang/python20/Makefile +++ b/lang/python20/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2003/06/06 18:14:10 drochner Exp $ +# $NetBSD: Makefile,v 1.9 2003/06/06 19:39:04 drochner Exp $ # DISTNAME= Python-2.0.1 @@ -27,7 +27,6 @@ INSTALL_TARGET= altinstall # Make sure having environment variable OPT doesn't affect the # installed module-building Makefile MAKE_ENV+= 'OPT=${CFLAGS}' -MAKE_ENV+= LINK_ALL_LIBGCC_HACK=${LINK_ALL_LIBGCC_HACK:Q} CONFIGURE_ENV+= 'OPT=${CFLAGS}' SCRIPTS_ENV+= 'OPT=${CFLAGS}' diff --git a/lang/python21-pth/Makefile b/lang/python21-pth/Makefile index fada1121b2e..a32ed3a68f9 100644 --- a/lang/python21-pth/Makefile +++ b/lang/python21-pth/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2003/06/06 18:14:11 drochner Exp $ +# $NetBSD: Makefile,v 1.8 2003/06/06 19:39:06 drochner Exp $ # DISTNAME= Python-2.1.3 @@ -20,7 +20,6 @@ PTHREAD_OPTS= require .if ${PTHREAD_TYPE} == "pth" CONFIGURE_ARGS+= --with-pth .endif -MAKE_ENV+= LINK_ALL_LIBGCC_HACK=${LINK_ALL_LIBGCC_HACK:Q} INSTALL_TARGET= altinstall diff --git a/lang/python21/Makefile b/lang/python21/Makefile index 16ea1eb6e79..002df5d6141 100644 --- a/lang/python21/Makefile +++ b/lang/python21/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2003/06/06 18:14:11 drochner Exp $ +# $NetBSD: Makefile,v 1.11 2003/06/06 19:39:05 drochner Exp $ # DISTNAME= Python-2.1.3 @@ -15,7 +15,6 @@ COMMENT= Interpreted, interactive, object-oriented programming language USE_BUILDLINK2= YES GNU_CONFIGURE= YES CONFIGURE_ARGS+= --without-threads -MAKE_ENV+= LINK_ALL_LIBGCC_HACK=${LINK_ALL_LIBGCC_HACK:Q} INSTALL_TARGET= altinstall diff --git a/lang/python22-pth/Makefile b/lang/python22-pth/Makefile index ec69416d3ab..f7dc391e56f 100644 --- a/lang/python22-pth/Makefile +++ b/lang/python22-pth/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2003/06/06 17:31:19 drochner Exp $ +# $NetBSD: Makefile,v 1.8 2003/06/06 19:39:06 drochner Exp $ # DISTNAME= Python-2.2.3 @@ -23,7 +23,6 @@ PTHREAD_OPTS= require .if ${PTHREAD_TYPE} == "pth" CONFIGURE_ARGS+= --with-pth .endif -MAKE_ENV+= LINK_ALL_LIBGCC_HACK=${LINK_ALL_LIBGCC_HACK:Q} INSTALL_TARGET= altinstall diff --git a/lang/python22/Makefile b/lang/python22/Makefile index c08fd7897d1..2f9f71b52fa 100644 --- a/lang/python22/Makefile +++ b/lang/python22/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.17 2003/06/06 17:31:18 drochner Exp $ +# $NetBSD: Makefile,v 1.18 2003/06/06 19:39:06 drochner Exp $ # DISTNAME= Python-2.2.3 @@ -32,7 +32,6 @@ PLIST_SUBST+= PY_PLATNAME=${LOWER_OPSYS}${OS_VERSION:C/\..*//} # -stack size too small in main thread CONFIGURE_ARGS+= --without-threads .endif -MAKE_ENV+= LINK_ALL_LIBGCC_HACK=${LINK_ALL_LIBGCC_HACK:Q} INSTALL_TARGET= altinstall |