diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2009-06-13 14:56:04 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2009-06-13 14:56:04 +0200 |
commit | 6d7a7f4776711758cf5b59028378f01cd8eba493 (patch) | |
tree | 67cc0ff4f56a0d7e1deff1d0a39867d486c86a9b /package/xproto/Makefile | |
parent | 18b38b0eb68cbcb8793efe989dcd8796a60288af (diff) |
FreeBSD compatibility patches
- update ipset and libpri to latest upstream
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 |