svn commit: r411749 - head/games/minetest/files

Dmitry Marakasov amdmi3 at FreeBSD.org
Thu Mar 24 05:09:02 UTC 2016


Author: amdmi3
Date: Thu Mar 24 05:09:00 2016
New Revision: 411749
URL: https://svnweb.freebsd.org/changeset/ports/411749

Log:
  - Fix build with CLIENT disabled

Modified:
  head/games/minetest/files/extra-patch-irrlichtdepend

Modified: head/games/minetest/files/extra-patch-irrlichtdepend
==============================================================================
--- head/games/minetest/files/extra-patch-irrlichtdepend	Thu Mar 24 04:34:51 2016	(r411748)
+++ head/games/minetest/files/extra-patch-irrlichtdepend	Thu Mar 24 05:09:00 2016	(r411749)
@@ -1,11 +1,11 @@
---- CMakeLists.txt.orig	2014-01-02 01:54:28.000000000 +0400
-+++ CMakeLists.txt	2014-02-07 05:16:36.652533717 +0400
-@@ -57,7 +57,7 @@
- include(${CMAKE_SOURCE_DIR}/cmake/Modules/misc.cmake)
+--- CMakeLists.txt.orig	2015-08-20 02:02:00 UTC
++++ CMakeLists.txt
+@@ -55,7 +55,7 @@ set(CMAKE_MODULE_PATH ${CMAKE_MODULE_PAT
  
- # This is done here so that relative search paths are more reasnable
+ 
+ # This is done here so that relative search paths are more reasonable
 -find_package(Irrlicht)
 +set(IRRLICHT_LIBRARY "")
  
- #
+ 
  # Installation


More information about the svn-ports-head mailing list