summaryrefslogtreecommitdiff
path: root/multimedia
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2017-06-13 17:32:07 +0000
committerjoerg <joerg@pkgsrc.org>2017-06-13 17:32:07 +0000
commit8036e1ce7c7d51b6c2c689e31f2cf2882a340f83 (patch)
treeea38cb038d0ff4e654d2cf81293949073f67da05 /multimedia
parent2feceee8e319f095543852912e1d8cff15660015 (diff)
downloadpkgsrc-8036e1ce7c7d51b6c2c689e31f2cf2882a340f83.tar.gz
Don't print noise if CCPATH is undefined.
Diffstat (limited to 'multimedia')
-rw-r--r--multimedia/libvpx/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/multimedia/libvpx/Makefile b/multimedia/libvpx/Makefile
index 5f0bdc39de4..3b12d4ad40e 100644
--- a/multimedia/libvpx/Makefile
+++ b/multimedia/libvpx/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.69 2017/05/10 10:45:07 jperkin Exp $
+# $NetBSD: Makefile,v 1.70 2017/06/13 17:32:07 joerg Exp $
DISTNAME= libvpx-1.6.1
CATEGORIES= multimedia
@@ -93,7 +93,7 @@ SUBST_STAGE.clang= pre-configure
SUBST_FILES.clang= build/make/Makefile
SUBST_MESSAGE.clang= Disabling clang integrated assembler
# Test for whether clang supports -fno-integrated-as instead of -no-integrated-as
-CLANG_INTEGRATED_AS!= if ${CCPATH} --version -fno-integrated-as > /dev/null 2>&1; then ${ECHO} "-fno-integrated-as"; else ${ECHO} "-no-integrated-as"; fi
+CLANG_INTEGRATED_AS!= if ${CCPATH:Utrue} --version -fno-integrated-as > /dev/null 2>&1; then ${ECHO} "-fno-integrated-as"; else ${ECHO} "-no-integrated-as"; fi
SUBST_SED.clang= -e 's/-DINLINE_ASM/-DINLINE_ASM ${CLANG_INTEGRATED_AS}/'
. endif
.endif