freebsd-ports/games/dustrac/files/patch-src__game__CMakeLists.txt
Max Brazhnikov 6ed528f89a Add new port games/dustrac:
Dust Racing 2D (Dustrac) is a tile-based, cross-platform 2D racing
game written in Qt.

WWW: http://dustrac.sourceforge.net/
2014-04-18 09:38:03 +00:00

11 lines
408 B
Text

--- ./src/game/CMakeLists.txt.orig 2014-04-05 14:09:28.680493168 +0000
+++ ./src/game/CMakeLists.txt 2014-04-05 14:09:35.694483369 +0000
@@ -129,7 +129,7 @@
endif()
# Copy desktop file
-if(ReleaseBuild AND ${CMAKE_SYSTEM_NAME} MATCHES "Linux")
+if(ReleaseBuild AND UNIX)
set(DesktopFileSourcePath)
if(USC)
set(DesktopFileSourcePath ${CMAKE_SOURCE_DIR}/src/dustrac-game.desktop.opt.in)