aboutsummaryrefslogtreecommitdiffstats
path: root/Mk
diff options
context:
space:
mode:
authorjbeich <jbeich@FreeBSD.org>2019-03-06 12:07:50 +0800
committerjbeich <jbeich@FreeBSD.org>2019-03-06 12:07:50 +0800
commitd176d0925b8a54b6c7e2eda41950fd370089ba26 (patch)
tree0864f59e384af843f311277823babaa68391f4da /Mk
parent83cec9e44c15c51c1df5a3bb418477bb659d1e91 (diff)
downloadfreebsd-ports-gnome-d176d0925b8a54b6c7e2eda41950fd370089ba26.tar.gz
freebsd-ports-gnome-d176d0925b8a54b6c7e2eda41950fd370089ba26.tar.zst
freebsd-ports-gnome-d176d0925b8a54b6c7e2eda41950fd370089ba26.zip
www/firefox: unbreak on non-x86
checking for clock_gettime(CLOCK_MONOTONIC)... no [...] The error occurred while processing the following file: /wrkdirs/usr/ports/www/firefox/work/firefox-65.0.2/mozglue/misc/moz.build A moz.build file called the error() function. The error it encountered is: No TimeStamp implementation on this platform. Build will not succeed Correct the error condition and try again. PR: 233707 Reported by: bob prohaska, pkg-fallout Submitted by: tijl
Diffstat (limited to 'Mk')
-rw-r--r--Mk/bsd.gecko.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/Mk/bsd.gecko.mk b/Mk/bsd.gecko.mk
index f9d12bf5e425..6ad8d9ec2631 100644
--- a/Mk/bsd.gecko.mk
+++ b/Mk/bsd.gecko.mk
@@ -138,7 +138,8 @@ MOZ_PKGCONFIG_FILES?= ${MOZILLA}-gtkmozembed ${MOZILLA}-js \
MOZ_EXPORT+= ${CONFIGURE_ENV} \
RUSTFLAGS="${RUSTFLAGS}" \
- PERL="${PERL}"
+ PERL="${PERL}" \
+ ac_cv_clock_monotonic=
MOZ_OPTIONS+= --prefix="${PREFIX}"
MOZ_MK_OPTIONS+=MOZ_OBJDIR="${BUILD_WRKSRC}"