pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/lang/python23 Do not append OS_VERSION to PY_PLATNAME ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/aaaa487f2798
branches:  trunk
changeset: 481460:aaaa487f2798
user:      minskim <minskim%pkgsrc.org@localhost>
date:      Tue Oct 05 10:53:20 2004 +0000

description:
Do not append OS_VERSION to PY_PLATNAME on Interix; Use LOWER_OPSYS only.

diffstat:

 lang/python23/Makefile.common |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 3d8e582e35ea -r aaaa487f2798 lang/python23/Makefile.common
--- a/lang/python23/Makefile.common     Tue Oct 05 10:30:35 2004 +0000
+++ b/lang/python23/Makefile.common     Tue Oct 05 10:53:20 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.16 2004/10/03 00:15:02 tv Exp $
+# $NetBSD: Makefile.common,v 1.17 2004/10/05 10:53:20 minskim Exp $
 #
 
 DISTNAME=      Python-2.3.4
@@ -33,7 +33,7 @@
 LOWER_OPSYS=   sunos
 .endif
 
-.if ${OPSYS} == "Darwin" || ${OPSYS} == "IRIX"
+.if ${OPSYS} == "Darwin" || ${OPSYS} == "Interix" || ${OPSYS} == "IRIX"
 PY_PLATNAME=   ${LOWER_OPSYS}
 .else
 PY_PLATNAME=   ${LOWER_OPSYS}${OS_VERSION:C/\..*//}



Home | Main Index | Thread Index | Old Index