From fa75361a4603ecce8d43507abaa996a95806c886 Mon Sep 17 00:00:00 2001 From: sbd Date: Thu, 10 May 2012 09:07:19 +0000 Subject: "sys.platform is now always 'linux2' on Linux", so set PY_PLATNAME to it. --- lang/python32/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'lang') diff --git a/lang/python32/Makefile b/lang/python32/Makefile index b068a7a9413..da0505db1b6 100644 --- a/lang/python32/Makefile +++ b/lang/python32/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2012/05/06 13:12:09 obache Exp $ +# $NetBSD: Makefile,v 1.2 2012/05/10 09:07:19 sbd Exp $ .include "dist.mk" @@ -42,6 +42,8 @@ PY_PLATNAME= ${LOWER_OPSYS:C/\..*//} PY_PLATNAME= sunos${OS_VERSION:C/\..*//} .elif ${OPSYS} == "HPUX" PY_PLATNAME= hp-ux11 +.elif ${OPSYS} == "Linux" +PY_PLATNAME= linux2 .else PY_PLATNAME= ${LOWER_OPSYS}${OS_VERSION:C/\..*//} .endif -- cgit v1.2.3