pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/multimedia/libvpx Apply Clang changes slightly later t...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/a08f36d4aa3c
branches:  trunk
changeset: 649775:a08f36d4aa3c
user:      tron <tron%pkgsrc.org@localhost>
date:      Thu Apr 09 17:44:01 2015 +0000

description:
Apply Clang changes slightly later to avoid interfering with patch
(re-)generation.

diffstat:

 multimedia/libvpx/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 9b1c47175880 -r a08f36d4aa3c multimedia/libvpx/Makefile
--- a/multimedia/libvpx/Makefile        Thu Apr 09 17:09:01 2015 +0000
+++ b/multimedia/libvpx/Makefile        Thu Apr 09 17:44:01 2015 +0000
@@ -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 @@
 .  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



Home | Main Index | Thread Index | Old Index