Created attachment 380192 [details, diff] patch with ifdef's for AIX port Please review attached patch making xproto compileable on ppc-aix Platform, reported upstream already. For the ebuild diff I'm unsure if xorg-2.eclass offers a more preferred method to apply patches. Thanks! --- x11-proto/xproto/xproto-7.0.26.ebuild +++ x11-proto/xproto/xproto-7.0.26.ebuild @@ -15,6 +15,11 @@ RDEPEND="" DEPEND="${RDEPEND}" +src_prepare() { + epatch "${FILESDIR}"/${P}-aix.patch + xorg-2_src_prepare +} + src_configure() { XORG_CONFIGURE_OPTIONS=( $(use_enable doc specs)
Patch is committed upstream.
Fixed in 7.0.27