r11956 - packages/trunk/freegish/debian/patches

Lubos Novak lubos-guest at alioth.debian.org
Thu Mar 17 08:55:00 UTC 2011


Author: lubos-guest
Date: 2011-03-17 08:54:48 +0000 (Thu, 17 Mar 2011)
New Revision: 11956

Modified:
   packages/trunk/freegish/debian/patches/cmake_installation.patch
Log:
link with libm

Modified: packages/trunk/freegish/debian/patches/cmake_installation.patch
===================================================================
--- packages/trunk/freegish/debian/patches/cmake_installation.patch	2011-03-17 08:50:00 UTC (rev 11955)
+++ packages/trunk/freegish/debian/patches/cmake_installation.patch	2011-03-17 08:54:48 UTC (rev 11956)
@@ -1,9 +1,9 @@
 Include embedded glext.h only for windows
 Add installation
-Index: freegish-1.53/CMakeLists.txt
+Index: freegish-1.53+git20101011.dfsg/CMakeLists.txt
 ===================================================================
---- 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
+--- freegish-1.53+git20101011.dfsg.orig/CMakeLists.txt	2011-03-15 22:21:15.000000000 +0100
++++ freegish-1.53+git20101011.dfsg/CMakeLists.txt	2011-03-15 22:22:48.000000000 +0100
 @@ -1,9 +1,15 @@
  cmake_minimum_required(VERSION 2.6)
  
@@ -30,7 +30,7 @@
      video/glfunc.h
      video/opengl.h
      video/text.h
-@@ -149,12 +154,48 @@
+@@ -149,12 +154,49 @@
      config.h
  )
  
@@ -48,6 +48,7 @@
      ${OPENGL_LIBRARIES}
      ${Vorbis_LIBRARIES}
      ${PNG_LIBRARIES}
++    m
  )
 +
 +if(NOT BIN_DIR)




More information about the Pkg-games-commits mailing list