pkgsrc-WIP-changes archive

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

wolf4SDL: fix flags when building wolf4sdl-sod



Module Name:	pkgsrc-wip
Committed By:	Yorick Hardy <yorickhardy%gmail.com@localhost>
Pushed By:	yhardy
Date:		Thu May 18 23:28:48 2023 +0200
Changeset:	7fd8995c2bf7e4152dc6b5b34532d4bccfb233f0

Modified Files:
	wolf4SDL/Makefile

Log Message:
wolf4SDL: fix flags when building wolf4sdl-sod

The manual is not included with some versions (e.g. from GOG.com),
so build the GOODTIMES version of wolf4sdl-sod (Spear of Destiny)
in line with the executables supplied with the game.

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

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

diffstat:
 wolf4SDL/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diffs:
diff --git a/wolf4SDL/Makefile b/wolf4SDL/Makefile
index 056a3814a5..f616e568e4 100644
--- a/wolf4SDL/Makefile
+++ b/wolf4SDL/Makefile
@@ -37,7 +37,7 @@ CFLAGS.wolf4sdl-10sw=		-DUPLOAD -DAPOGEE_1_0
 CFLAGS.wolf4sdl-11sw=		-DCARMACIZED -DUPLOAD -DAPOGEE_1_1
 CFLAGS.wolf4sdl-12sw=		-DCARMACIZED -DUPLOAD -DAPOGEE_1_2
 CFLAGS.wolf4sdl-14sw=		-DCARMACIZED -DUPLOAD
-CFLAGS.wolf4sdl-sod=		-DCARMACIZED -DSPEAR
+CFLAGS.wolf4sdl-sod=		-DCARMACIZED -DSPEAR -DGOODTIMES
 CFLAGS.wolf4sdl-soddemo=	-DCARMACIZED -DSPEAR -DSPEARDEMO
 
 INSTALLATION_DIRS+=	bin


Home | Main Index | Thread Index | Old Index