diff options
author | sbd <sbd@pkgsrc.org> | 2012-12-25 23:47:39 +0000 |
---|---|---|
committer | sbd <sbd@pkgsrc.org> | 2012-12-25 23:47:39 +0000 |
commit | 630fadac21d0a28cf6943bb42acaa9e17d508ba0 (patch) | |
tree | c23bed365df9ba101a5f1a59174437e14c1c0cc5 /lang/python33/Makefile | |
parent | 142c8eb9abfe1afff89143604f9bfc8bd591de65 (diff) | |
download | pkgsrc-630fadac21d0a28cf6943bb42acaa9e17d508ba0.tar.gz |
configure needs the path to mkdir as its used in installed files.
Diffstat (limited to 'lang/python33/Makefile')
-rw-r--r-- | lang/python33/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
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} |