pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/lang/mozjs128



Module Name:    pkgsrc
Committed By:   wiz
Date:           Wed Oct  9 19:00:32 UTC 2024

Modified Files:
        pkgsrc/lang/mozjs128: Makefile

Log Message:
mozjs128: add gm4 to tools

To fix:
 Autoconf requires GNU m4.
during configure


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/lang/mozjs128/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/lang/mozjs128/Makefile
diff -u pkgsrc/lang/mozjs128/Makefile:1.3 pkgsrc/lang/mozjs128/Makefile:1.4
--- pkgsrc/lang/mozjs128/Makefile:1.3   Mon Sep  9 10:41:47 2024
+++ pkgsrc/lang/mozjs128/Makefile       Wed Oct  9 19:00:32 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2024/09/09 10:41:47 nia Exp $
+# $NetBSD: Makefile,v 1.4 2024/10/09 19:00:32 wiz Exp $
 
 MOZVER=                128.1.0esr
 DISTNAME=      firefox-${MOZVER}.source
@@ -13,7 +13,7 @@ COMMENT=      SpiderMonkey JavaScript library
 LICENSE=       mpl-1.1
 
 WRKSRC=                ${WRKDIR}/firefox-${PKGVERSION_NOREV}
-USE_TOOLS+=    gmake perl pkg-config
+USE_TOOLS+=    gm4 gmake perl pkg-config
 USE_LANGUAGES= c c++
 
 # "ERROR: Only GCC 8.1 or newer is supported"



Home | Main Index | Thread Index | Old Index