summaryrefslogtreecommitdiff
path: root/lang
diff options
context:
space:
mode:
authorgutteridge <gutteridge@pkgsrc.org>2020-11-29 00:28:39 +0000
committergutteridge <gutteridge@pkgsrc.org>2020-11-29 00:28:39 +0000
commit15cc2b3ae5983569ff3492f78fc10b2ee5ea4a2c (patch)
treed558d3ade3e5ae8987787bd9e14dd5e5b11257d6 /lang
parentab9b83db80645fa12b52f702710c5f37992353fe (diff)
downloadpkgsrc-15cc2b3ae5983569ff3492f78fc10b2ee5ea4a2c.tar.gz
mozjs78: include bsd.prefs.mk so $MACHINE_PLATFORM is defined
Diffstat (limited to 'lang')
-rw-r--r--lang/mozjs78/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/lang/mozjs78/Makefile b/lang/mozjs78/Makefile
index 088a1c3d918..93c9575303e 100644
--- a/lang/mozjs78/Makefile
+++ b/lang/mozjs78/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2020/11/28 11:02:15 nia Exp $
+# $NetBSD: Makefile,v 1.9 2020/11/29 00:28:39 gutteridge Exp $
DISTNAME= mozjs78_78.4.0.orig
PKGNAME= ${DISTNAME:S/_/-/:S/.orig//}
@@ -40,6 +40,8 @@ CONFIGURE_ARGS+= --host=${MACHINE_GNU_PLATFORM}
CXXFLAGS+= -march=i586
.endif
+.include "../../mk/bsd.prefs.mk"
+
.if !empty(MACHINE_PLATFORM:MNetBSD-*-powerpc)
# 64 bit atomics
.include "../../devel/libatomic/buildlink3.mk"