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: maya
Date: Tue Nov 27 18:28:48 UTC 2018
Modified Files:
pkgsrc/multimedia/vlc: Makefile
Log Message:
vlc: preemptively match all netbsd instead of NetBSD[789] (will break
eventually).
No change to make -v PLIST.oss
To generate a diff of this commit:
cvs rdiff -u -r1.217 -r1.218 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.217 pkgsrc/multimedia/vlc/Makefile:1.218
--- pkgsrc/multimedia/vlc/Makefile:1.217 Fri Nov 23 08:06:33 2018
+++ pkgsrc/multimedia/vlc/Makefile Tue Nov 27 18:28:48 2018
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.217 2018/11/23 08:06:33 ryoon Exp $
+# $NetBSD: Makefile,v 1.218 2018/11/27 18:28:48 maya Exp $
# (Intended to be upgraded to vlc3 when dependencies resolved)
DISTNAME= vlc-${VLC_VERSION}
@@ -66,7 +66,7 @@ CFLAGS+= -fPIC
CXXFLAGS+= -fPIC
# which platforms support OSSv4?
-.if ${MACHINE_PLATFORM:MNetBSD-[789]*-*}
+.if ${MACHINE_PLATFORM:MNetBSD-*-*}
PLIST.oss= yes
.include "../../mk/oss.buildlink3.mk"
.else
Home |
Main Index |
Thread Index |
Old Index