ok landry@ M.A.R.S. is a ridiculous 2D space shooter with awesome visual effects and attractive physics. Players can battle each other or computer controlled enemies in exciting game modes. In the year 3547, civilizations all over the galaxy have settled their own planets, living in peace and harmony. But outside their contemplative habitats, the GREAT WAR is raging. As a famous fighter on your way to never ending honor and prosperity, you must protect your planet from the oncoming doom of your jealous neighbors!
28 lines
730 B
Plaintext
28 lines
730 B
Plaintext
$OpenBSD: patch-CMakeLists_txt,v 1.1.1.1 2014/09/29 05:25:04 bcallah Exp $
|
|
|
|
Enable Xrandr.
|
|
|
|
--- CMakeLists.txt.orig Fri Jun 29 10:43:13 2012
|
|
+++ CMakeLists.txt Sun Sep 14 12:53:27 2014
|
|
@@ -38,9 +38,9 @@ if(APPLE)
|
|
endif(APPLE)
|
|
|
|
# Xrandr library needed for unix
|
|
-# if(UNIX)
|
|
-# find_library(XRANDR_LIBRARY Xrandr)
|
|
-# endif(UNIX)
|
|
+if(UNIX)
|
|
+ find_library(XRANDR_LIBRARY Xrandr)
|
|
+endif(UNIX)
|
|
|
|
# tag library needed for reading tags of music files
|
|
find_library(TAG_LIBRARY tag)
|
|
@@ -63,7 +63,6 @@ endif(APPLE)
|
|
#####################################################################
|
|
|
|
# compile source
|
|
-set(CMAKE_CXX_FLAGS "-s -O2")
|
|
add_subdirectory(src)
|
|
|
|
#####################################################################
|