icecat: mark as broken on armv[67]l

This commit is contained in:
maxice8 2018-09-03 13:02:41 -03:00
parent d0b9864697
commit 51a6fef608
No known key found for this signature in database
GPG Key ID: 543B9D4F4299F06B
1 changed files with 7 additions and 2 deletions

View File

@ -1,4 +1,4 @@
# Template build file for 'icecat'.
# Template file for 'icecat'
pkgname=icecat
version=52.6.0
revision=3
@ -30,6 +30,11 @@ build_options_default="alsa dbus gtk3 pulseaudio startup_notification xscreensav
CFLAGS="-fno-delete-null-pointer-checks -fno-lifetime-dse -fno-schedule-insns2"
CXXFLAGS="-fno-delete-null-pointer-checks -fno-lifetime-dse -fno-schedule-insns2"
case "$XBPS_TARGET_MACHINE" in
armv[67]l) broken="DEBUG: armv7l-linux-gnueabihf-gcc: error: unrecognized command line option '-msse4.1'
DEBUG: configure: error: --enable-pie requires PIE support from the linker." ;;
esac
post_extract() {
case "$XBPS_TARGET_MACHINE" in
*-musl)
@ -68,7 +73,7 @@ do_build() {
mkdir -p /usr/lib/icecat
export LDFLAGS+=" -Wl,-rpath=/usr/lib/icecat"
if [ -n "$SOURCE_DATE_EPOCH" ]; then
if [ "$SOURCE_DATE_EPOCH" ]; then
export MOZ_BUILD_DATE=$(date --date "@$SOURCE_DATE_EPOCH" "+%Y%m%d%H%M%S")
fi