Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 26 Nov 2015 14:38:07 +0000 (UTC)
From:      Raphael Kubo da Costa <rakuco@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r402449 - head/multimedia/kaffeine/files
Message-ID:  <201511261438.tAQEc7Pk039088@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: rakuco
Date: Thu Nov 26 14:38:07 2015
New Revision: 402449
URL: https://svnweb.freebsd.org/changeset/ports/402449

Log:
  Add upstream commit to make the port build with the upcoming CMake 3.4.0.

Added:
  head/multimedia/kaffeine/files/patch-git_4a1a90e   (contents, props changed)

Added: head/multimedia/kaffeine/files/patch-git_4a1a90e
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/multimedia/kaffeine/files/patch-git_4a1a90e	Thu Nov 26 14:38:07 2015	(r402449)
@@ -0,0 +1,19 @@
+commit 4a1a90ee1b2b4d13302046f043adf1c2a1de758d
+Author: Raphael Kubo da Costa <rakuco@FreeBSD.org>
+Date:   Thu Nov 26 15:36:26 2015 +0100
+
+    Explicitly include CheckIncludeFiles.
+    
+    This fixes the build with CMake 3.4.0. We were calling check_include_files()
+    and implicitly relying on CheckIncludeFiles being included.
+
+--- CMakeLists.txt
++++ CMakeLists.txt
+@@ -21,6 +21,7 @@ if(STRICT_BUILD)
+                   -DQT_NO_URL_CAST_FROM_STRING -DQT_STRICT_ITERATORS)
+ endif(STRICT_BUILD)
+ 
++include(CheckIncludeFiles)
+ check_include_files(${CMAKE_CURRENT_SOURCE_DIR}/include/frontend.h HAVE_DVB)
+ 
+ if(NOT HAVE_DVB)



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201511261438.tAQEc7Pk039088>