r11669 - packages/trunk/freegish/debian/patches

Lubos Novak lubos-guest at alioth.debian.org
Mon Jan 17 10:21:41 UTC 2011


Author: lubos-guest
Date: 2011-01-17 10:21:41 +0000 (Mon, 17 Jan 2011)
New Revision: 11669

Modified:
   packages/trunk/freegish/debian/patches/cmake_installation.patch
Log:
correct Windows detection

Modified: packages/trunk/freegish/debian/patches/cmake_installation.patch
===================================================================
--- packages/trunk/freegish/debian/patches/cmake_installation.patch	2011-01-17 09:05:04 UTC (rev 11668)
+++ packages/trunk/freegish/debian/patches/cmake_installation.patch	2011-01-17 10:21:41 UTC (rev 11669)
@@ -2,8 +2,8 @@
 Add installation
 Index: freegish-1.53/CMakeLists.txt
 ===================================================================
---- freegish-1.53.orig/CMakeLists.txt	2011-01-16 19:10:25.000000000 +0100
-+++ freegish-1.53/CMakeLists.txt	2011-01-16 19:11:59.000000000 +0100
+--- freegish-1.53.orig/CMakeLists.txt	2011-01-17 11:16:24.567847168 +0100
++++ freegish-1.53/CMakeLists.txt	2011-01-17 11:17:01.711200520 +0100
 @@ -1,9 +1,15 @@
  cmake_minimum_required(VERSION 2.6)
  
@@ -35,9 +35,9 @@
  )
  
 -add_executable(gish ${GISH_SRCS} ${GISH_H})
-+if(WIN)
++if(WIN32)
 +    list(append GISH_H video/glext.h)
-+endif(WIN)
++endif(WIN32)
 +
 +add_executable(freegish ${GISH_SRCS} ${GISH_H})
  




More information about the Pkg-games-commits mailing list