From b222abda1883dbf0adf88c65cdc22b06f620b25b Mon Sep 17 00:00:00 2001 From: Juan RP Date: Fri, 27 Dec 2019 23:22:47 +0100 Subject: [PATCH] libXvMC: remove file that now belongs to xorgproto. Close #16937 --- srcpkgs/libXvMC/template | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/srcpkgs/libXvMC/template b/srcpkgs/libXvMC/template index 586915466c1..3f6d9f9a7d9 100644 --- a/srcpkgs/libXvMC/template +++ b/srcpkgs/libXvMC/template @@ -1,7 +1,7 @@ # Template file for 'libXvMC' pkgname=libXvMC version=1.0.12 -revision=1 +revision=2 build_style=gnu-configure configure_args="--enable-malloc0returnsnull" hostmakedepends="pkg-config" @@ -14,6 +14,8 @@ distfiles="${XORG_SITE}/lib/${pkgname}-${version}.tar.bz2" checksum=6b3da7977b3f7eaf4f0ac6470ab1e562298d82c4e79077765787963ab7966dcd post_install() { + # this file is now part of xorgproto. + rm -f ${DESTDIR}/usr/include/X11/extensions/vldXvMC.h vlicense COPYING }