diff options
Diffstat (limited to 'lang/python34/Makefile')
-rw-r--r-- | lang/python34/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lang/python34/Makefile b/lang/python34/Makefile index 5840d980209..78ce231ef3a 100644 --- a/lang/python34/Makefile +++ b/lang/python34/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2015/01/11 14:07:48 bsiegert Exp $ +# $NetBSD: Makefile,v 1.9 2015/02/26 06:23:06 adam Exp $ .include "dist.mk" @@ -78,8 +78,8 @@ INSTALL_UNSTRIPPED= yes # For Xcode 5 and up, we need to search the SDK path for headers, otherwise # certain modules will not be built. -.if ${OPSYS} == "Darwin" && exists(${OSX_SDK_PATH}/usr/include) -CFLAGS+= -I${OSX_SDK_PATH}/usr/include +.if ${OPSYS} == "Darwin" && exists(${OSX_SDK_PATH:Q}/usr/include) +CFLAGS+= -I${OSX_SDK_PATH:Q}/usr/include .endif PLIST_VARS+= bsddb dll nis no-nis |