summaryrefslogtreecommitdiff
path: root/lang/python34
diff options
context:
space:
mode:
authorjperkin <jperkin@pkgsrc.org>2016-02-23 11:48:52 +0000
committerjperkin <jperkin@pkgsrc.org>2016-02-23 11:48:52 +0000
commitebfa3493f58b38d12cbb8d59155bf2f60f387b70 (patch)
tree826c8110b528bc3e10cfb6fb377f17371a96cfeb /lang/python34
parent47058063379d244806f945e30b4a89486159731b (diff)
downloadpkgsrc-ebfa3493f58b38d12cbb8d59155bf2f60f387b70.tar.gz
Use PKG_* compiler variables, fixes build with cwrappers.
Diffstat (limited to 'lang/python34')
-rw-r--r--lang/python34/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/lang/python34/Makefile b/lang/python34/Makefile
index 87b4ebbcfd4..805fcba7647 100644
--- a/lang/python34/Makefile
+++ b/lang/python34/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.12 2015/12/05 17:12:13 adam Exp $
+# $NetBSD: Makefile,v 1.13 2016/02/23 11:48:52 jperkin Exp $
.include "dist.mk"
@@ -40,8 +40,8 @@ PTHREAD_OPTS+= require
# http://bugs.python.org/issue13241
.if !empty(MACHINE_PLATFORM:MDarwin-10.*)
PKGSRC_COMPILER= clang
-CC= clang
-CXX= clang++
+PKG_CC= clang
+PKG_CXX= clang++
.endif
# fdatasync()