diff --git a/srcpkgs/xorgproto/template b/srcpkgs/xorgproto/template index 68d73bec6d8..13aa99f3b73 100644 --- a/srcpkgs/xorgproto/template +++ b/srcpkgs/xorgproto/template @@ -2,8 +2,8 @@ pkgname=xorgproto version=2018.4 revision=2 -build_style=meson -configure_args="-Dlegacy=true" +build_style=gnu-configure +configure_args="--enable-legacy" hostmakedepends="xorg-util-macros" short_desc="Combined X.Org X11 Protocol headers" maintainer="maxice8 " @@ -32,6 +32,10 @@ provides="bigreqsproto-${version}_${revision} compositeproto-${version}_${revisi xproto-${version}_${revision} xf86bigfontproto-${version}_${revision} fontcacheproto-${version}_${revision}" +post_configure() { + # man/Xprint.7 is can't be generated thus remove the rule + sed -i Makefile -e "s;\(miscman_DATA =\).*;\1;" +} post_install() { for license in COPYING-* ; do