From 5157a34410fe9eff94d5de7100cbc3659d6c4fcb Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Sat, 30 May 2009 22:47:32 +0200 Subject: 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 --- mk/pkg-bottom.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'mk/pkg-bottom.mk') 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}'; \ -- cgit v1.2.3