pkgsrc-WIP-changes archive

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

commandergenius: remove comment regarding SDL1 (SDL1 is not supported anymore)



Module Name:	pkgsrc-wip
Committed By:	Yorick Hardy <yorickhardy%gmail.com@localhost>
Pushed By:	yhardy
Date:		Sat May 1 12:17:18 2021 +0200
Changeset:	6fdc8e17609e64ecb13de5ede7c47c692f5d0646

Modified Files:
	commandergenius/Makefile

Log Message:
commandergenius: remove comment regarding SDL1 (SDL1 is not supported anymore)

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

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

diffstat:
 commandergenius/Makefile | 2 --
 1 file changed, 2 deletions(-)

diffs:
diff --git a/commandergenius/Makefile b/commandergenius/Makefile
index 1d40959656..75f49a1aba 100644
--- a/commandergenius/Makefile
+++ b/commandergenius/Makefile
@@ -21,8 +21,6 @@ CMAKE_ARGS+=	-DDOCDIR=${PREFIX}/share/doc/commandergenius
 CMAKE_ARGS+=	-DGAMES_SHAREDIR=${PREFIX}/share
 # segmentation fault on startup
 CMAKE_ARGS+=	-DUSE_OPENGL=NO
-# make an option for SDL1 ?
-#CMAKE_ARGS+=	-DUSE_SDL2=NO
 
 INSTALLATION_DIRS=	bin share/doc/commandergenius
 


Home | Main Index | Thread Index | Old Index