summaryrefslogtreecommitdiff
path: root/package/xproto
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2009-06-13 17:17:14 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2009-06-13 17:17:14 +0200
commitb448bbcdab09b70b4d03ea0bc9167878e7f054da (patch)
tree40ea72e4979ce176f6280b25368713122bee1b9c /package/xproto
parentd804be5baee6590ff6e91d267c8cb9933ed7ac60 (diff)
parentd2e5a673aa7637c990ca7307e831327eb67e3fe7 (diff)
Merge branch 'master' of ssh://openadk.org/git/openadk
Diffstat (limited to 'package/xproto')
-rw-r--r--package/xproto/Makefile7
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