erlang15, erlang-basho: fix OPSYS detection for Solaris

This commit is contained in:
Roland Illig 2019-06-17 00:05:31 +02:00
parent fd1ec25b6c
commit 2c1565cae3
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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