mirror of
https://git.freebsd.org/ports.git
synced 2025-05-15 00:31:51 -04:00
Version 0.10.0 of podofo is API/ABI incompatible with previous version. so with the update we need to preserve the previous version in the tree as graphics/podofo09 for ports depending on that version. The old port is modified so that it can be installed concurrently with the new version. Ports depending on the old version on the ports are modified accordingly. Approved by: sunpoet (maintainer, via private mail), pkubaj, yuri Differential Revision: https://reviews.freebsd.org/D40328
20 lines
475 B
CMake
20 lines
475 B
CMake
--- cmake/modules/FindLua51.cmake.orig 2016-05-02 18:30:40 UTC
|
|
+++ cmake/modules/FindLua51.cmake
|
|
@@ -33,7 +33,7 @@ FIND_PATH(LUA_INCLUDE_DIR lua.h
|
|
)
|
|
|
|
FIND_LIBRARY(LUA_LIBRARY
|
|
- NAMES lua51 lua5.1 lua
|
|
+ NAMES lua51 lua5.1 lua-5.1 lua
|
|
PATHS
|
|
$ENV{LUA_DIR}
|
|
NO_DEFAULT_PATH
|
|
@@ -41,7 +41,7 @@ FIND_LIBRARY(LUA_LIBRARY
|
|
)
|
|
|
|
FIND_LIBRARY(LUA_LIBRARY
|
|
- NAMES lua51 lua5.1 lua
|
|
+ NAMES lua51 lua5.1 lua-5.1 lua
|
|
PATHS
|
|
~/Library/Frameworks
|
|
/Library/Frameworks
|