icecat: update to 78.5.0
This commit is contained in:
parent
6e0eacce05
commit
bbacbd8f94
1 changed files with 2 additions and 6 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'icecat'
|
# Template file for 'icecat'
|
||||||
pkgname=icecat
|
pkgname=icecat
|
||||||
version=78.4.1
|
version=78.5.0
|
||||||
revision=1
|
revision=1
|
||||||
build_helper="rust qemu"
|
build_helper="rust qemu"
|
||||||
hostmakedepends="autoconf213 unzip zip pkg-config perl python3 yasm rust cargo
|
hostmakedepends="autoconf213 unzip zip pkg-config perl python3 yasm rust cargo
|
||||||
|
@ -18,7 +18,7 @@ maintainer="Jürgen Buchmüller <pullmoll@t-online.de>"
|
||||||
license="MPL-1.1, GPL-2.0-or-later, LGPL-2.1-or-later"
|
license="MPL-1.1, GPL-2.0-or-later, LGPL-2.1-or-later"
|
||||||
homepage="https://www.gnu.org/software/${pkgname}/"
|
homepage="https://www.gnu.org/software/${pkgname}/"
|
||||||
distfiles="https://distfiles.voidlinux.de/${pkgname}-${version}/${pkgname}-${version}-gnu1.tar.xz"
|
distfiles="https://distfiles.voidlinux.de/${pkgname}-${version}/${pkgname}-${version}-gnu1.tar.xz"
|
||||||
checksum=bf6a624480fe6b7caef7cecd4ece3aa3da352fbb49461ed7a110010d356a68d2
|
checksum=51f54ff608aa09de07b304307581ae89112781597322b8999b3099cfabf48290
|
||||||
lib32disabled=yes
|
lib32disabled=yes
|
||||||
#nocross="warning: src/compiler/glsl/glcpp/glcpp-lex.l:622:1: fatal error: opening dependency file .deps/forc e-cargo-library-build.pp: No such file or directory"
|
#nocross="warning: src/compiler/glsl/glcpp/glcpp-lex.l:622:1: fatal error: opening dependency file .deps/forc e-cargo-library-build.pp: No such file or directory"
|
||||||
|
|
||||||
|
@ -31,10 +31,6 @@ case $XBPS_TARGET_MACHINE in
|
||||||
ppc*) broken="xptcall bitrot" ;;
|
ppc*) broken="xptcall bitrot" ;;
|
||||||
esac
|
esac
|
||||||
|
|
||||||
if [ "$XBPS_TARGET_ENDIAN" = "be" ]; then
|
|
||||||
broken="rendering is busted, dunno why"
|
|
||||||
fi
|
|
||||||
|
|
||||||
CXXFLAGS="-Wno-class-memaccess -Wno-unused-function"
|
CXXFLAGS="-Wno-class-memaccess -Wno-unused-function"
|
||||||
|
|
||||||
if [ "$XBPS_TARGET_NO_ATOMIC8" ]; then
|
if [ "$XBPS_TARGET_NO_ATOMIC8" ]; then
|
||||||
|
|
Loading…
Reference in a new issue