component(developer/golang-123): Add Component
[oi-userland.git] / components / x11 / x11-protocols / patches / 01_make.patch
blobbca67888a231efa7106c3195b1b9f3366ee42d0b
1 Workaround build failure with --enable-legacy (which we need for print
2 and xevie), but tarball doesn't include Xprint.man
4 Possible fix upstream is to include the man or to delete its delivery
6 We should also look into if we can do without printproto and xevieproto
7 which will allow us to drop --enable-legacy and make generate simpler
9 https://gitlab.freedesktop.org/xorg/proto/xorgproto/issues/12
11 --- a/Makefile.am 2019-02-01 08:24:11.853454587 -0800
12 +++ b/Makefile.am 2019-02-01 08:24:36.206576275 -0800
13 @@ -186,7 +186,8 @@
14 printprotopkgconfig_DATA = printproto.pc
16 miscmandir = $(MISC_MAN_DIR)
17 -miscman_DATA = man/Xprint.$(MISC_MAN_SUFFIX)
18 +miscman_DATA =
19 +#miscman_DATA = man/Xprint.$(MISC_MAN_SUFFIX)
20 CLEANFILES = $(miscman_DATA)
22 printproto_EXTRA_DIST = printproto.pc.in \