head 1.1; access; symbols; locks; strict; comment @# @; 1.1 date 2026.05.04.12.28.52; author nia; state Exp; branches; next ; commitid JAlHJSIZQR6MIuEG; desc @@ 1.1 log @jfsw: Initial import. JFShadowWarrior is 3D Realms' 1997 shooter Shadow Warrior updated for modern computers. An OpenGL 2 implementation is required. Game data is required from a copy of Shadow Warrior (e.g. from GOG.com, Humble Store, or the shareware version). If using the shareware version, extract SWSW12.SHR to $HOME/.jfsw. Verified to build on FreeBSD, NetBSD, macOS, Linux (retro & modern). @ text @$NetBSD$ Honour CFLAGS. --- jfaudiolib/Makefile.orig 2026-05-04 11:27:22.678283084 +0000 +++ jfaudiolib/Makefile @@@@ -8,7 +8,7 @@@@ AR?=ar CC?=gcc AR?=ar -CFLAGS=-g $(OPTLEVEL) -W -Wall +CFLAGS+=-g $(OPTLEVEL) -W -Wall JFAUDIOLIB_CPPFLAGS=-Iinclude -Isrc JFAUDIOLIB_CFLAGS=-std=c99 JFAUDIOLIB_LDFLAGS= @