diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2009-06-13 17:15:01 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2009-06-13 17:15:01 +0200 |
commit | d2e5a673aa7637c990ca7307e831327eb67e3fe7 (patch) | |
tree | 70e2d421684317208dc94db354551aca749b3328 /package/xproto | |
parent | a8259a651484f6dd5051a20e64f43ae27fc04613 (diff) | |
parent | 6d7a7f4776711758cf5b59028378f01cd8eba493 (diff) |
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'package/xproto')
-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 |