pkgsrc-WIP-changes archive

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

erlang15, erlang-basho: fix OPSYS detection for Solaris



Module Name:	pkgsrc-wip
Committed By:	Roland Illig <roland.illig%gmx.de@localhost>
Pushed By:	rillig
Date:		Mon Jun 17 00:05:31 2019 +0200
Changeset:	2c1565cae3945ef8897abcda47085c8e01c7668e

Modified Files:
	erlang-basho/hacks.mk
	erlang15/hacks.mk

Log Message:
erlang15, erlang-basho: fix OPSYS detection for Solaris

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=2c1565cae3945ef8897abcda47085c8e01c7668e

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

diffstat:
 erlang-basho/hacks.mk | 2 +-
 erlang15/hacks.mk     | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diffs:
diff --git a/erlang-basho/hacks.mk b/erlang-basho/hacks.mk
index 05944d6940..6afe0cd23d 100644
--- a/erlang-basho/hacks.mk
+++ b/erlang-basho/hacks.mk
@@ -16,7 +16,7 @@ BUILDLINK_TRANSFORM+=	opt:-O3:-O2
 .if (${OPSYS} == "NetBSD"  || \
      ${OPSYS} == "OpenBSD" || \
      ${OPSYS} == "FreeBSD" || \
-     ${OPSYS} == "Solaris")
+     ${OPSYS} == "SunOS")
 CFLAGS+=	-DMMAP_MAP_FIXED
 .endif
 
diff --git a/erlang15/hacks.mk b/erlang15/hacks.mk
index 842f0cf124..bf29258c6e 100644
--- a/erlang15/hacks.mk
+++ b/erlang15/hacks.mk
@@ -16,7 +16,7 @@ BUILDLINK_TRANSFORM+=	opt:-O3:-O2
 .if (${OPSYS} == "NetBSD"  || \
      ${OPSYS} == "OpenBSD" || \
      ${OPSYS} == "FreeBSD" || \
-     ${OPSYS} == "Solaris")
+     ${OPSYS} == "SunOS")
 CFLAGS+=	-DMMAP_MAP_FIXED
 .endif
 


Home | Main Index | Thread Index | Old Index