summaryrefslogtreecommitdiff
path: root/mk
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2009-05-30 22:47:32 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2009-05-30 22:47:32 +0200
commit5157a34410fe9eff94d5de7100cbc3659d6c4fcb (patch)
tree6c38d36e2c3f8910a2087711fd31fbc8da143965 /mk
parent37175a9783c561c8a3f94b6818dabf512c3674e9 (diff)
add geode x11 driver
- add the driver for alix1c x11 support - fix some x11 related dependencies - enable pkg-config fixups globally I hope it doesn't break anything confprog might be deleted later
Diffstat (limited to 'mk')
-rw-r--r--mk/pkg-bottom.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/mk/pkg-bottom.mk b/mk/pkg-bottom.mk
index 1f366ab53..caae6b853 100644
--- a/mk/pkg-bottom.mk
+++ b/mk/pkg-bottom.mk
@@ -115,12 +115,12 @@ else
@echo "Invalid INSTALL_STYLE '${INSTALL_STYLE}'" >&2
@exit 1
endif
-ifneq ($(filter confprog,${INSTALL_STYLE}),)
+#ifneq ($(filter confprog,${INSTALL_STYLE}),)
for a in ${WRKINST}/usr/{bin/*-config,lib/pkgconfig/*.pc}; do \
[[ -e $$a ]] || continue; \
$(SED) "s,^prefix=.*,prefix=${STAGING_DIR}/usr," $$a; \
done
-endif
+#endif
@env ${MAKE_ENV} ${MAKE} post-install $(MAKE_TRACE)
@if test -s '${STAGING_PARENT}/pkg/${PKG_NAME}'; then \
cd '${STAGING_DIR}'; \