From 21e6fb1a1913d054afdcd6f070a77b94f7b14491 Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Tue, 6 Jul 2021 14:41:12 +0300 Subject: [PATCH] libX11: minor changes --- xorg/libX11/build | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/xorg/libX11/build b/xorg/libX11/build index 0ebe0daf..3ec616c6 100755 --- a/xorg/libX11/build +++ b/xorg/libX11/build @@ -10,6 +10,8 @@ CFLAGS_FOR_BUILD=-fPIC \ make make DESTDIR="$1" install -# This will be removed once 'xorgproto' 2019.2 -# is released. +# Conflicts with xorgproto. rm -f "$1/usr/include/X11/extensions/XKBgeom.h" + +# Remove library documentation. +rm -rf "$1/usr/share/man/man3"