From d93a8a28c0ef448be63d443d34aaf629d5d40d40 Mon Sep 17 00:00:00 2001 From: NishiOwO Date: Sat, 4 Oct 2025 04:14:30 +0000 Subject: [PATCH] add solaris git-svn-id: http://svn2.nishi.boats/svn/milsko/trunk@149 b9cfdab3-6d41-4d17-bbe4-086880011989 --- GNUmakefile | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/GNUmakefile b/GNUmakefile index e1adbeb..cc93417 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -59,6 +59,12 @@ UNIX = 1 L_LIBS += -lsocket -lnsl NO_XRENDER = 1 +else ifeq ($(TARGET),SunOS) +CC = gcc +UNIX = 1 +L_LIBS += -lsocket -lnsl + +OPENGL = 1 else $(error Add your platform definition) endif