diff options
Diffstat (limited to 'package/xproto/Makefile')
-rw-r--r-- | package/xproto/Makefile | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/package/xproto/Makefile b/package/xproto/Makefile index 08ff2e22c..0b4cb74d0 100644 --- a/package/xproto/Makefile +++ b/package/xproto/Makefile @@ -13,6 +13,11 @@ include $(TOPDIR)/mk/package.mk CONFIGURE_STYLE= gnu BUILD_STYLE= auto -INSTALL_STYLE= auto confprog +INSTALL_STYLE= auto + +# workaround for makekeys compile on non-Linux systems +post-install: + ${INSTALL_DIR} ${STAGING_DIR}/usr/include/xproto + ${CP} ${WRKINST}/usr/include/X11 ${STAGING_DIR}/usr/include/xproto include ${TOPDIR}/mk/pkg-bottom.mk |