pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/multimedia/vlc Use normal CC as host C compiler instea...
details: https://anonhg.NetBSD.org/pkgsrc/rev/206c88abff31
branches: trunk
changeset: 347519:206c88abff31
user: joerg <joerg%pkgsrc.org@localhost>
date: Sun Jan 12 23:02:56 2020 +0000
description:
Use normal CC as host C compiler instead of "c11".
diffstat:
multimedia/vlc/Makefile | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diffs (18 lines):
diff -r 933048eab1d6 -r 206c88abff31 multimedia/vlc/Makefile
--- a/multimedia/vlc/Makefile Sun Jan 12 23:02:29 2020 +0000
+++ b/multimedia/vlc/Makefile Sun Jan 12 23:02:56 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.225 2019/09/18 14:17:15 ryoon Exp $
+# $NetBSD: Makefile,v 1.226 2020/01/12 23:02:56 joerg Exp $
DISTNAME= vlc-${VLC_VERSION}
PKGREVISION= 2
@@ -162,6 +162,8 @@
CHECK_WRKREF_SKIP= lib/libvlccore.a \
lib/libvlccore.so*
+MAKE_FLAGS+= BUILDCC=${CC}
+
pre-configure:
${RUN} cd ${WRKSRC} && ${SH} ./bootstrap
Home |
Main Index |
Thread Index |
Old Index