summaryrefslogtreecommitdiff
path: root/multimedia/libvpx
diff options
context:
space:
mode:
authortron <tron@pkgsrc.org>2015-04-09 17:44:01 +0000
committertron <tron@pkgsrc.org>2015-04-09 17:44:01 +0000
commit8e31df9ee26bb642a767b998fe4ad84366634fbe (patch)
treef48a2910d44cf686f0b5e5a54cb15a50e38a139f /multimedia/libvpx
parentec67c09ff5b7edf4e8d3634bc53fefd6b0dacdda (diff)
downloadpkgsrc-8e31df9ee26bb642a767b998fe4ad84366634fbe.tar.gz
Apply Clang changes slightly later to avoid interfering with patch
(re-)generation.
Diffstat (limited to 'multimedia/libvpx')
-rw-r--r--multimedia/libvpx/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/multimedia/libvpx/Makefile b/multimedia/libvpx/Makefile
index 078352dad14..d3d85ae604d 100644
--- a/multimedia/libvpx/Makefile
+++ b/multimedia/libvpx/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.52 2015/04/09 17:09:01 tron Exp $
+# $NetBSD: Makefile,v 1.53 2015/04/09 17:44:01 tron Exp $
DISTNAME= libvpx_1.3.0.orig
PKGNAME= ${DISTNAME:S/_/-/:S/.orig//}
@@ -96,7 +96,7 @@ CXXFLAGS+= -std=c++11
. if ${OPSYS} == "NetBSD" || ${OPSYS} == "Darwin"
# https://bugzilla.mozilla.org/show_bug.cgi?id=982693
SUBST_CLASSES+= clang
-SUBST_STAGE.clang= post-patch
+SUBST_STAGE.clang= pre-configure
SUBST_FILES.clang= build/make/Makefile
SUBST_SED.clang= -e 's/-DINLINE_ASM/-DINLINE_ASM -fno-integrated-as/'
. endif