diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2010-11-27 00:40:17 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2010-11-27 00:40:17 +0100 |
commit | 83e2707a887a4c495a42f7e59f9f332df6b759ab (patch) | |
tree | 2cd3223087c1dded90b86443272ae57d44642b45 /mk | |
parent | 13da73594083f2a491f3b941b1dcdbbef2f67c67 (diff) |
make native builds of x11 apps work
Diffstat (limited to 'mk')
-rw-r--r-- | mk/pkg-bottom.mk | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/mk/pkg-bottom.mk b/mk/pkg-bottom.mk index e68607f9d..82f7b8588 100644 --- a/mk/pkg-bottom.mk +++ b/mk/pkg-bottom.mk @@ -144,10 +144,12 @@ else @echo "Invalid INSTALL_STYLE '${INSTALL_STYLE}'" >&2 @exit 1 endif +ifeq ($(ADK_NATIVE),) @for a in ${WRKINST}/usr/{bin/*-config,lib/pkgconfig/*.pc}; do \ [[ -e $$a ]] || continue; \ $(SED) "s,^prefix=.*,prefix=${STAGING_DIR}/usr," $$a; \ done +endif ifeq (,$(filter noremove,${PKG_OPTS})) @if test -s '${STAGING_PARENT}/pkg/${PKG_NAME}'; then \ cd '${STAGING_DIR}'; \ |