[CMake] [PATCH] FreeBSD Lua5.x default install path
Félix C. Morency
felix.morency at gmail.com
Wed Oct 22 12:20:38 EDT 2008
Hi,
It appears that FreeBSD 7.1 (beta) installs Lua5.1 in the following default
path:
/usr/local/lib/lua51/
The current FindLua51 module doesn't search in this path and this results in
a not found library. Some goes for Lua5.0.
I attached two patches (one for 5.0 and one for 5.1) that add the correct
path suffix for the library to be found under FreeBSD 7.1 (beta).
Cheers,
Félix C. Morency
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.cmake.org/pipermail/cmake/attachments/20081022/70110afa/attachment.htm>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: fixFreeBSDLua50FindModule.patch
Type: text/x-patch
Size: 270 bytes
Desc: not available
URL: <http://www.cmake.org/pipermail/cmake/attachments/20081022/70110afa/attachment.bin>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: fixFreeBSDLua51FindModule.patch
Type: text/x-patch
Size: 270 bytes
Desc: not available
URL: <http://www.cmake.org/pipermail/cmake/attachments/20081022/70110afa/attachment-0001.bin>
More information about the CMake
mailing list