pkgsrc-WIP-changes archive

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

arxlibertatis: Fix CMakeLists.txt



Module Name:	pkgsrc-wip
Committed By:	Jonathan Schleifer <js%heap.zone@localhost>
Pushed By:	js
Date:		Mon Aug 29 02:29:31 2016 +0200
Changeset:	6d8543ac31daf29fa1764d5bbade22f339360a1b

Modified Files:
	arxlibertatis/distinfo
	arxlibertatis/patches/patch-CMakeLists.txt

Log Message:
arxlibertatis: Fix CMakeLists.txt

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

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

diffstat:
 arxlibertatis/distinfo                     | 3 ++-
 arxlibertatis/patches/patch-CMakeLists.txt | 8 ++++++--
 2 files changed, 8 insertions(+), 3 deletions(-)

diffs:
diff --git a/arxlibertatis/distinfo b/arxlibertatis/distinfo
index e40f542..ae98063 100644
--- a/arxlibertatis/distinfo
+++ b/arxlibertatis/distinfo
@@ -2,8 +2,9 @@ $NetBSD: distinfo,v 1.1 2015/08/18 20:14:58 yhardy Exp $
 
 SHA1 (arx-libertatis-1.1.2.tar.xz) = 3b14a55553c564fd33caafb3a5bdb2d328e1fde8
 RMD160 (arx-libertatis-1.1.2.tar.xz) = 94145d36664d8d747c0abc3ced9c9055fd642690
+SHA512 (arx-libertatis-1.1.2.tar.xz) = d4cb8187e7f63934408e38a51a44b7da03c8628820d43139507ff97ebd463b9cd7baf6cc4e85a3d4191d6e5f56850d77d07cfffc33d8f5a51378dfb41f719fb8
 Size (arx-libertatis-1.1.2.tar.xz) = 970608 bytes
-SHA1 (patch-CMakeLists.txt) = e396411bfd530905f3144e3d584158702f502e4f
+SHA1 (patch-CMakeLists.txt) = 37a9c12a831ed6127a9c0a2e28bec2c3d7b6075d
 SHA1 (patch-cmake_CompileCheck.cmake) = b954b0115666741ffbd5686e997d24bae72a3196
 SHA1 (patch-cmake_VersionString.cmake) = afff2ae36425f3ffe0e1679d28e48ff4b6fc3d6f
 SHA1 (patch-src_graphics_opengl_OpenGLRenderer.cpp) = 410769fea6b911dcb283b1da85bebd2861de8d94
diff --git a/arxlibertatis/patches/patch-CMakeLists.txt b/arxlibertatis/patches/patch-CMakeLists.txt
index e2d46b7..424a78d 100644
--- a/arxlibertatis/patches/patch-CMakeLists.txt
+++ b/arxlibertatis/patches/patch-CMakeLists.txt
@@ -34,7 +34,11 @@ Date:   Tue Feb 23 07:04:11 2016 +0100
  
  # Define configuration options
  
-@@ -177,7 +182,8 @@ include(CheckCXXSourceCompiles)
+@@ -174,10 +179,12 @@ mark_as_advanced(
+ # Helper scrips
+ 
+ include(CheckCXXSourceCompiles)
++include(CheckIncludeFiles)
  include(CheckSymbolExists)
  include(CheckTypeSize)
  
@@ -44,7 +48,7 @@ Date:   Tue Feb 23 07:04:11 2016 +0100
  include(BuildSystem)
  include(BuildType)
  include(CompileCheck)
-@@ -406,15 +412,15 @@ if(NOT MSVC)
+@@ -406,15 +413,15 @@ if(NOT MSVC)
  	endif()
  	
  	# Not a symbol, so we can't use check_symbol_exists


Home | Main Index | Thread Index | Old Index