pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/lang/erlang
Module Name: pkgsrc
Committed By: nia
Date: Sun May 5 21:09:11 UTC 2019
Modified Files:
pkgsrc/lang/erlang: options.mk
Log Message:
lang/erlang: Add m4 to USE_TOOLS when erlang-hipe is enabled.
To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 pkgsrc/lang/erlang/options.mk
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/lang/erlang/options.mk
diff -u pkgsrc/lang/erlang/options.mk:1.9 pkgsrc/lang/erlang/options.mk:1.10
--- pkgsrc/lang/erlang/options.mk:1.9 Sat Dec 17 13:06:18 2016
+++ pkgsrc/lang/erlang/options.mk Sun May 5 21:09:11 2019
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.9 2016/12/17 13:06:18 rillig Exp $
+# $NetBSD: options.mk,v 1.10 2019/05/05 21:09:11 nia Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.erlang
PKG_SUPPORTED_OPTIONS= java erlang-hipe
@@ -38,6 +38,7 @@ CONFIGURE_ARGS+= --without-javac
.if !empty(PKG_OPTIONS:Merlang-hipe)
CONFIGURE_ARGS+= --enable-hipe
PLIST_SRC+= PLIST.hipe
+USE_TOOLS+= m4
.else
CONFIGURE_ARGS+= --disable-hipe
.endif
Home |
Main Index |
Thread Index |
Old Index