aboutsummaryrefslogtreecommitdiff
path: root/Mk
diff options
context:
space:
mode:
authorJan Beich <jbeich@FreeBSD.org>2019-03-06 04:07:50 +0000
committerJan Beich <jbeich@FreeBSD.org>2019-03-06 04:07:50 +0000
commita979efdddbf698e128bd78b8535c987a3fab2585 (patch)
tree0864f59e384af843f311277823babaa68391f4da /Mk
parent3a1d3ba898aa9f4a702540b178e6b960ca17d1bb (diff)
downloadports-a979efdddbf698e128bd78b8535c987a3fab2585.tar.gz
ports-a979efdddbf698e128bd78b8535c987a3fab2585.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
Notes
Notes: svn path=/head/; revision=494772
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}"