pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/multimedia/vlc
Module Name: pkgsrc
Committed By: joerg
Date: Sun Jan 12 23:02:56 UTC 2020
Modified Files:
pkgsrc/multimedia/vlc: Makefile
Log Message:
Use normal CC as host C compiler instead of "c11".
To generate a diff of this commit:
cvs rdiff -u -r1.225 -r1.226 pkgsrc/multimedia/vlc/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/multimedia/vlc/Makefile
diff -u pkgsrc/multimedia/vlc/Makefile:1.225 pkgsrc/multimedia/vlc/Makefile:1.226
--- pkgsrc/multimedia/vlc/Makefile:1.225 Wed Sep 18 14:17:15 2019
+++ pkgsrc/multimedia/vlc/Makefile Sun Jan 12 23:02:56 2020
@@ -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 @@ SUBST_MESSAGE.fnt= Fixing hardcoded font
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