summaryrefslogtreecommitdiff
path: root/lang/python34/Makefile
diff options
context:
space:
mode:
authorjperkin <jperkin>2016-02-23 11:48:52 +0000
committerjperkin <jperkin>2016-02-23 11:48:52 +0000
commit0d62858580be7a5e4242fc7ad1468c5bd3cb15ac (patch)
tree826c8110b528bc3e10cfb6fb377f17371a96cfeb /lang/python34/Makefile
parent3bbac228a019b89f1aef2af3ff153404d7d01e26 (diff)
downloadpkgsrc-0d62858580be7a5e4242fc7ad1468c5bd3cb15ac.tar.gz
Use PKG_* compiler variables, fixes build with cwrappers.
Diffstat (limited to 'lang/python34/Makefile')
-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()