svn commit: r410225 - head/graphics/hugin-2016/files

Greg Lehey grog at FreeBSD.org
Sun Mar 6 01:16:24 UTC 2016


Author: grog (src committer)
Date: Sun Mar  6 01:16:22 2016
New Revision: 410225
URL: https://svnweb.freebsd.org/changeset/ports/410225

Log:
  Add forgotten patch file.
  
  Submitted by:	pkg-fallout

Added:
  head/graphics/hugin-2016/files/patch-CMakeLists.txt   (contents, props changed)

Added: head/graphics/hugin-2016/files/patch-CMakeLists.txt
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/graphics/hugin-2016/files/patch-CMakeLists.txt	Sun Mar  6 01:16:22 2016	(r410225)
@@ -0,0 +1,14 @@
+--- CMakeLists.txt~	2016-01-24 20:16:54.000000000 +1100
++++ CMakeLists.txt	2016-02-29 14:04:08.376365000 +1100
+@@ -2,11 +2,6 @@
+ # require at least cmake 2.8
+ cmake_minimum_required(VERSION 2.8.12 FATAL_ERROR )
+ 
+-# prevent in-tree building
+-if("${CMAKE_SOURCE_DIR}" STREQUAL "${CMAKE_BINARY_DIR}")
+-    message(FATAL_ERROR "In-source builds are not allowed.")
+-endif()
+-
+ if(COMMAND cmake_policy)
+   cmake_policy(SET CMP0003 NEW)
+ endif(COMMAND cmake_policy)


More information about the svn-ports-head mailing list