mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-29 00:42:58 +02:00
icecat: update to 52.6.0
This commit is contained in:
parent
0be39101a4
commit
f788af7b6a
1 changed files with 8 additions and 13 deletions
|
@ -1,13 +1,13 @@
|
||||||
# Template build file for 'icecat'.
|
# Template build file for 'icecat'.
|
||||||
pkgname=icecat
|
pkgname=icecat
|
||||||
version=52.3.0
|
version=52.6.0
|
||||||
revision=1
|
revision=1
|
||||||
short_desc="GNU version of the Firefox browser"
|
short_desc="GNU version of the Firefox browser"
|
||||||
maintainer="Jürgen Buchmüller <pullmoll@t-online.de>"
|
maintainer="Jürgen Buchmüller <pullmoll@t-online.de>"
|
||||||
homepage="https://www.gnu.org/software/${pkgname}/"
|
homepage="https://www.gnu.org/software/${pkgname}/"
|
||||||
license="MPL-1.1, GPL-2, LGPL-2.1"
|
license="MPL-1.1, GPL-2, LGPL-2.1"
|
||||||
distfiles="${GNU_SITE}/${pkgname}/${version}/${pkgname}-${version}-gnu1.tar.bz2"
|
distfiles="${GNU_SITE}/${pkgname}/${version}/${pkgname}-${version}-gnu1.tar.bz2"
|
||||||
checksum=699ab2b41d4428ef5e360f3f33d98bc52723315cedac20bb03619846ca895302
|
checksum=0a0cf3acb2067e0580204b44bb5a02fab2033c6bbf7c0b47522a3c4c1f29d625
|
||||||
|
|
||||||
lib32disabled=yes
|
lib32disabled=yes
|
||||||
|
|
||||||
|
@ -56,20 +56,15 @@ do_build() {
|
||||||
if [ "$CROSS_BUILD" ]; then
|
if [ "$CROSS_BUILD" ]; then
|
||||||
export HOST_CFLAGS="${XBPS_CFLAGS}"
|
export HOST_CFLAGS="${XBPS_CFLAGS}"
|
||||||
export HOST_CXXFLAGS="${XBPS_CXXFLAGS}"
|
export HOST_CXXFLAGS="${XBPS_CXXFLAGS}"
|
||||||
export ac_cv_sqlite_secure_delete=yes \
|
echo "ac_cv_sqlite_secure_delete=yes" >> .mozconfig
|
||||||
ac_cv_sqlite_threadsafe=yes \
|
echo "ac_cv_sqlite_threadsafe=yes" >> .mozconfig
|
||||||
ac_cv_sqlite_enable_fts3=yes \
|
echo "ac_cv_sqlite_enable_fts3=yes" >> .mozconfig
|
||||||
ac_cv_sqlite_dbstat_vtab=yes \
|
echo "ac_cv_sqlite_dbstat_vtab=yes" >> .mozconfig
|
||||||
ac_cv_sqlite_enable_unlock_notify=yes \
|
echo "ac_cv_sqlite_enable_unlock_notify=yes" >> .mozconfig
|
||||||
ac_cv_prog_hostcxx_works=1
|
echo "ac_cv_prog_hostcxx_works=1" >> .mozconfig
|
||||||
echo "ac_add_options --target=$XBPS_CROSS_TRIPLET" >>.mozconfig
|
echo "ac_add_options --target=$XBPS_CROSS_TRIPLET" >>.mozconfig
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# echo "ac_cv_sqlite_threadsafe=yes" >> .mozconfig
|
|
||||||
# echo "ac_cv_sqlite_enable_fts3=yes" >> .mozconfig
|
|
||||||
# echo "ac_cv_sqlite_enable_unlock_notify=yes" >> .mozconfig
|
|
||||||
# echo "ac_cv_prog_hostcxx_works=1" >> .mozconfig
|
|
||||||
|
|
||||||
mkdir -p /usr/lib/icecat
|
mkdir -p /usr/lib/icecat
|
||||||
export LDFLAGS+=" -Wl,-rpath=/usr/lib/icecat"
|
export LDFLAGS+=" -Wl,-rpath=/usr/lib/icecat"
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue