summaryrefslogtreecommitdiffhomepage
path: root/pkg.build
diff options
context:
space:
mode:
authorLucio Andrés Illanes Albornoz (arab, vxp) <l.illanes@gmx.de>2016-06-30 11:27:00 +0000
committerLucio Andrés Illanes Albornoz (arab, vxp) <l.illanes@gmx.de>2016-06-30 11:27:00 +0000
commitcddeef1cf63d31198615bce503a00949d6368eac (patch)
treeb6ee412586215c75ec4b4d076571f5fdb688aedc /pkg.build
parent57879e8a366daf9ff3e6f778cc0db8b37708fde3 (diff)
downloadmidipix_build-cddeef1cf63d31198615bce503a00949d6368eac.tar.bz2
midipix_build-cddeef1cf63d31198615bce503a00949d6368eac.tar.xz
Remove dependency on portage and config.sub patches.
Diffstat (limited to 'pkg.build')
-rw-r--r--pkg.build11
1 files changed, 8 insertions, 3 deletions
diff --git a/pkg.build b/pkg.build
index b5b86991..12a3fac6 100644
--- a/pkg.build
+++ b/pkg.build
@@ -52,6 +52,11 @@ if ! is_build_script_done build_dir; then
set_build_script_done build_dir -patch;
fi;
if ! is_build_script_done patch; then
+ if [ ${PKG_CONFIG_SUB_INSTALL:-0} -eq 1 ]; then
+ find ${PKG_SUBDIR} -name config.sub \
+ -exec mv {} {}.orig \; \
+ -exec install -m 0700 ${MIDIPIX_BUILD_PWD}/config.sub {} \;;
+ fi;
if [ ${PKG_AUTOGEN:-0} -eq 1 ]; then
if [ -d ${PKG_SUBDIR}/build-aux ]; then
install -m 0700 ${MIDIPIX_BUILD_PWD}/config.sub \
@@ -69,7 +74,7 @@ if ! is_build_script_done patch; then
(cd ${PKG_SUBDIR} && autoconf) || exit 1;
fi;
fi;
- for PATCH_FNAME in portage/${PKG_SUBDIR}.midipix.patch \
+ for PATCH_FNAME in \
${MIDIPIX_BUILD_PWD}/${PKG_SUBDIR}.local.patch \
${MIDIPIX_BUILD_PWD}/${PKG_SUBDIR}.local@${BUILD_HNAME}.patch \
${MIDIPIX_BUILD_PWD}/../${PKG_SUBDIR}.local.patch \
@@ -84,9 +89,9 @@ if ! is_build_script_done patch; then
fi;
fi;
[ -x ${PKG_SUBDIR}/configure ] && \
- cp portage/config.cache ${PKG_BUILD_DIR}/;
+ cp ${MIDIPIX_BUILD_PWD}/config.cache ${PKG_BUILD_DIR}/;
if [ ${PKG_LIBTOOL_MIDIPIX:-0} -eq 1 ]; then
- cp portage/libtool.midipix ${PKG_SUBDIR}/;
+ cp ${MIDIPIX_BUILD_PWD}/libtool.midipix ${PKG_SUBDIR}/;
sed -i.orig -e "/^libdir=/s/libdir='/libdir='\$PKG_PREFIX\//"\
${PKG_SUBDIR}/libtool.midipix;
if [ ${PKG_LIBTOOL_MIDIPIX_FIX:-0} -eq 1 ]; then