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:   jperkin
Date:           Fri Feb 19 12:50:13 UTC 2021

Modified Files:
        pkgsrc/lang/erlang: options.mk

Log Message:
erlang: Fix SunOS build.


To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 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.11 pkgsrc/lang/erlang/options.mk:1.12
--- pkgsrc/lang/erlang/options.mk:1.11  Mon Nov 18 20:46:01 2019
+++ pkgsrc/lang/erlang/options.mk       Fri Feb 19 12:50:13 2021
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.11 2019/11/18 20:46:01 nia Exp $
+# $NetBSD: options.mk,v 1.12 2021/02/19 12:50:13 jperkin Exp $
 
 PKG_OPTIONS_VAR=               PKG_OPTIONS.erlang
 PKG_SUPPORTED_OPTIONS=         java erlang-hipe
@@ -12,7 +12,7 @@ PKG_SUGGESTED_OPTIONS=        # empty
 ###
 .if (${MACHINE_ARCH} == "i386" || ${MACHINE_ARCH} == "x86_64") &&      \
     (${OPSYS} == "FreeBSD" || ${OPSYS} == "Linux" ||                   \
-     ${OPSYS} == "NetBSD"  || ${OPSYS} == "OpenBSD")
+     ${OPSYS} == "NetBSD"  || ${OPSYS} == "OpenBSD" || ${OPSYS} == "SunOS")
 PKG_SUGGESTED_OPTIONS+=        erlang-hipe
 .endif
 
@@ -38,7 +38,7 @@ CONFIGURE_ARGS+=      --without-javac
 .if !empty(PKG_OPTIONS:Merlang-hipe)
 CONFIGURE_ARGS+=       --enable-hipe
 PLIST_SRC+=            PLIST.hipe
-USE_TOOLS+=            m4
+USE_TOOLS+=            gm4     # needs -P
 .else
 CONFIGURE_ARGS+=       --disable-hipe
 .endif



Home | Main Index | Thread Index | Old Index