summaryrefslogtreecommitdiffhomepage
path: root/vars
diff options
context:
space:
mode:
authorLucio Andrés Illanes Albornoz (arab, vxp) <lucio@lucioillanes.de>2017-12-14 17:18:29 +0000
committerLucio Andrés Illanes Albornoz (arab, vxp) <lucio@lucioillanes.de>2017-12-14 17:18:29 +0000
commit4514e0589af73dd6cd82af8eb47523d71f3d32d6 (patch)
tree7d8107c15ff57c1b5b6ff551184b7dd9b715cacc /vars
parent4cc1cf9115965443ee644328852c576ac8514193 (diff)
downloadmidipix_build-4514e0589af73dd6cd82af8eb47523d71f3d32d6.tar.bz2
midipix_build-4514e0589af73dd6cd82af8eb47523d71f3d32d6.tar.xz
vars/build.vars:mintty: remove explicit ${PKG_{BASE,BUILD}_DIR} vars.
Diffstat (limited to 'vars')
-rw-r--r--vars/build.vars4
1 files changed, 1 insertions, 3 deletions
diff --git a/vars/build.vars b/vars/build.vars
index 3dbda273..0cc71457 100644
--- a/vars/build.vars
+++ b/vars/build.vars
@@ -854,10 +854,8 @@ p7zip procps_ng qpdf rxvt_unicode st tmux vim xeyes xwd";
: ${PKG_NCDU_VERSION:=1.12};
: ${PKG_NCDU_URL:=https://dev.yorhel.nl/download/ncdu-${PKG_NCDU_VERSION}.tar.gz};
: ${PKG_MINTTY_URLS_GIT:="mintty=https://github.com/midipix-ports/mintty.git@midipix bmintty=https://github.com/midipix-ports/bmintty.git@main"};
-: ${PKG_MINTTY_BASE_DIR:=${BUILD_WORKDIR}/mintty-build};
-: ${PKG_MINTTY_BUILD_DIR:=build/mintty};
: ${PKG_MINTTY_CONFIGURE:=bmintty/configure};
-: ${PKG_MINTTY_CONFIGURE_ARGS:="--debug --strict --target=${DEFAULT_TARGET} --source-dir=../../mintty --prefix="};
+: ${PKG_MINTTY_CONFIGURE_ARGS:="--debug --strict --target=${DEFAULT_TARGET} --source-dir=../mintty --prefix="};
: ${PKG_MINTTY_LDFLAGS_CONFIGURE_EXTRA:=-L${PREFIX_NATIVE}/lib/w32lib};
: ${PKG_P7ZIP_URLS_GIT:="p7zip-midipix.git=https://github.com/lalbornoz/p7zip-midipix.git@master"};
: ${PKG_P7ZIP_BUILD_STEPS_DISABLE:=install_make};