TI-91: Fix compilation on DragonFly

Needs an update to src/libshared as well.
This commit is contained in:
Michael Neumann 2017-11-16 13:33:57 +01:00 committed by Paul Beckingham
parent 0dea44594e
commit 963d4ac7ae
5 changed files with 9 additions and 3 deletions

View file

@ -33,6 +33,8 @@ elseif (${CMAKE_SYSTEM_NAME} MATCHES "OpenBSD")
set (OPENBSD true)
elseif (${CMAKE_SYSTEM_NAME} MATCHES "NetBSD")
set (NETBSD true)
elseif (${CMAKE_SYSTEM_NAME} MATCHES "DragonFly")
set (DRAGONFLY true)
elseif (${CMAKE_SYSTEM_NAME} MATCHES "SunOS")
set (SOLARIS true)
elseif (${CMAKE_SYSTEM_NAME} STREQUAL "GNU")