diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2016-03-24 13:09:00 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2016-03-24 13:09:00 +0800 |
commit | 0b32c77f36b1fccdd6fc6c08d508aa6b3371d264 (patch) | |
tree | 3f3054ac3c80856252c35db5a3b1b6497e5864b9 /games/minetest | |
parent | bf1efa7457f52312d3da0611aace515b42cc9123 (diff) | |
download | freebsd-ports-gnome-0b32c77f36b1fccdd6fc6c08d508aa6b3371d264.tar.gz freebsd-ports-gnome-0b32c77f36b1fccdd6fc6c08d508aa6b3371d264.tar.zst freebsd-ports-gnome-0b32c77f36b1fccdd6fc6c08d508aa6b3371d264.zip |
- Fix build with CLIENT disabled
Diffstat (limited to 'games/minetest')
-rw-r--r-- | games/minetest/files/extra-patch-irrlichtdepend | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/games/minetest/files/extra-patch-irrlichtdepend b/games/minetest/files/extra-patch-irrlichtdepend index 7508ae5abe80..d3b9998681a3 100644 --- a/games/minetest/files/extra-patch-irrlichtdepend +++ b/games/minetest/files/extra-patch-irrlichtdepend @@ -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 |