pkgsrc-WIP-changes archive

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

vlc: match all netbsd, inspired by maya's commit to head



Module Name:	pkgsrc-wip
Committed By:	nia <nia%netbsd.org@localhost>
Pushed By:	nee
Date:		Tue Jul 2 21:13:42 2019 +0100
Changeset:	3a0f11aa8c75d855ea73f006473cf305fa12e6f1

Modified Files:
	vlc/Makefile

Log Message:
vlc: match all netbsd, inspired by maya's commit to head

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=3a0f11aa8c75d855ea73f006473cf305fa12e6f1

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 vlc/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diffs:
diff --git a/vlc/Makefile b/vlc/Makefile
index 8a2cf07a40..127bef4d14 100644
--- a/vlc/Makefile
+++ b/vlc/Makefile
@@ -82,7 +82,7 @@ CONFIGURE_ARGS+=	--disable-x265
 CONFIGURE_ARGS+=	--disable-zvbi
 
 # which platforms support OSSv4?
-.if ${MACHINE_PLATFORM:MNetBSD-[789].*}
+.if ${OPSYS} == "NetBSD"
 PLIST.oss=		yes
 .include "../../mk/oss.buildlink3.mk"
 .else


Home | Main Index | Thread Index | Old Index