freebsd-ports/textproc/sigil/files/patch-CMakeLists
Carlo Strub df905ebbea Update to 0.5.3
PR:		ports/165510
Submitted by:	Jonathan Chen <jonc@chen.org.nz> (maintainer)
Approved by:	glarkin@ (mentor)
Feature safe:	yes
2012-03-16 11:23:49 +00:00

14 lines
505 B
Text

diff -ruN /tmp/Sigil-0.5.3-Code/src/CMakeLists.txt ./src/CMakeLists.txt
*** ./CMakeLists.txt.orig 2012-02-28 10:17:24.000000000 +1300
--- ./CMakeLists.txt 2012-02-28 10:17:51.000000000 +1300
***************
*** 22,27 ****
--- 22,29 ----
set( SIGIL_REVISION_VERSION 3 )
set( SIGIL_FULL_VERSION ${SIGIL_MAJOR_VERSION}.${SIGIL_MINOR_VERSION}.${SIGIL_REVISION_VERSION} )
+ link_directories (%%LOCALBASE%%/lib)
+
# Check if platform is 64 bit
if( NOT APPLE )
if( CMAKE_SIZEOF_VOID_P EQUAL 4 )