From 630fadac21d0a28cf6943bb42acaa9e17d508ba0 Mon Sep 17 00:00:00 2001 From: sbd Date: Tue, 25 Dec 2012 23:47:39 +0000 Subject: configure needs the path to mkdir as its used in installed files. --- lang/python33/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lang/python33/Makefile b/lang/python33/Makefile index f6ff9e192d8..d06e70cecc0 100644 --- a/lang/python33/Makefile +++ b/lang/python33/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2012/12/13 20:22:44 jperkin Exp $ +# $NetBSD: Makefile,v 1.4 2012/12/25 23:47:39 sbd Exp $ .include "dist.mk" @@ -14,6 +14,7 @@ LICENSE= python-software-foundation CONFLICTS+= python-[0-9]* GNU_CONFIGURE= yes +CONFIGURE_ENV+= ac_cv_path_mkdir=${TOOLS_PATH.mkdir:Q} CONFIGURE_ARGS+= --with-threads CONFIGURE_ARGS+= --enable-shared CONFIGURE_ARGS+= OPT=${CFLAGS:M*:Q} -- cgit v1.2.3