mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-03 11:22:56 +02:00
Remove $make_env. It's not really useful anymore.
--HG-- extra : convert_revision : f75462dfe24b62d3a278c722302b760ca4b475d2
This commit is contained in:
parent
95b01cfd63
commit
df492b077c
5 changed files with 1 additions and 13 deletions
|
@ -64,11 +64,6 @@ build_src_phase()
|
||||||
[ -n "$XBPS_MAKEJOBS" -a -z "$disable_parallel_build" ] && \
|
[ -n "$XBPS_MAKEJOBS" -a -z "$disable_parallel_build" ] && \
|
||||||
makejobs="-j$XBPS_MAKEJOBS"
|
makejobs="-j$XBPS_MAKEJOBS"
|
||||||
|
|
||||||
# Export make_env vars.
|
|
||||||
for f in ${make_env}; do
|
|
||||||
export "$f"
|
|
||||||
done
|
|
||||||
|
|
||||||
if [ -z "$in_chroot" ]; then
|
if [ -z "$in_chroot" ]; then
|
||||||
. $XBPS_SHUTILSDIR/libtool_funcs.sh
|
. $XBPS_SHUTILSDIR/libtool_funcs.sh
|
||||||
libtool_fixup_file
|
libtool_fixup_file
|
||||||
|
|
|
@ -141,11 +141,6 @@ make_install()
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# Unset make_env vars.
|
|
||||||
for f in ${make_env}; do
|
|
||||||
unset eval ${f%=*}
|
|
||||||
done
|
|
||||||
|
|
||||||
# Unset build vars.
|
# Unset build vars.
|
||||||
unset_build_vars
|
unset_build_vars
|
||||||
}
|
}
|
||||||
|
|
|
@ -62,7 +62,7 @@ reset_tmpl_vars()
|
||||||
make_build_args make_install_args build_style \
|
make_build_args make_install_args build_style \
|
||||||
short_desc maintainer long_desc checksum wrksrc \
|
short_desc maintainer long_desc checksum wrksrc \
|
||||||
patch_files make_cmd base_package base_chroot \
|
patch_files make_cmd base_package base_chroot \
|
||||||
make_env make_build_target configure_script \
|
make_build_target configure_script \
|
||||||
pre_configure pre_build pre_install post_install \
|
pre_configure pre_build pre_install post_install \
|
||||||
postinstall_helpers make_install_target version \
|
postinstall_helpers make_install_target version \
|
||||||
tar_override_cmd xml_entries sgml_entries \
|
tar_override_cmd xml_entries sgml_entries \
|
||||||
|
|
|
@ -10,7 +10,6 @@ configure_args="--enable-default-toolkit=cairo-gtk2 --disable-dbus
|
||||||
--enable-svg --enable-svg-renderer=cairo --enable-system-cairo
|
--enable-svg --enable-svg-renderer=cairo --enable-system-cairo
|
||||||
--enable-crypto --enable-application=browser --disable-gnomevfs
|
--enable-crypto --enable-application=browser --disable-gnomevfs
|
||||||
--disable-gnomeui"
|
--disable-gnomeui"
|
||||||
make_env="MOZILLA_PKG_NAME=$pkgname LIBRUNPATH=$XBPS_MASTERDIR/lib/$pkgname"
|
|
||||||
short_desc="Lightweight gecko-based web browser"
|
short_desc="Lightweight gecko-based web browser"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
checksum=50f5c23182ac8bfe1a33502fb04814a3961c5033
|
checksum=50f5c23182ac8bfe1a33502fb04814a3961c5033
|
||||||
|
|
|
@ -4,7 +4,6 @@ version=1.6.2
|
||||||
distfiles="
|
distfiles="
|
||||||
http://www.kernel.org/pub/software/scm/git/$pkgname-$version.tar.bz2"
|
http://www.kernel.org/pub/software/scm/git/$pkgname-$version.tar.bz2"
|
||||||
build_style=gnu_configure
|
build_style=gnu_configure
|
||||||
make_env="THREADED_DELTA_SEARCH=1"
|
|
||||||
configure_args="--with-shell=/bin/sh --with-curl --with-expat --without-tcltk"
|
configure_args="--with-shell=/bin/sh --with-curl --with-expat --without-tcltk"
|
||||||
make_install_target="DESTDIR=$XBPS_DESTDIR/$pkgname-$version install"
|
make_install_target="DESTDIR=$XBPS_DESTDIR/$pkgname-$version install"
|
||||||
short_desc="GIT Tree History Storage Tool"
|
short_desc="GIT Tree History Storage Tool"
|
||||||
|
|
Loading…
Add table
Reference in a new issue