[MacPorts] #25614: cmake should use MacPorts' openssl and ncurses
MacPorts
noreply at macports.org
Wed Aug 11 11:55:53 PDT 2010
#25614: cmake should use MacPorts' openssl and ncurses
-------------------------------+--------------------------------------------
Reporter: css@… | Owner: css@…
Type: defect | Status: reopened
Priority: Normal | Milestone:
Component: ports | Version: 1.9.1
Resolution: | Keywords:
Port: cmake |
-------------------------------+--------------------------------------------
Comment(by nicos_pavlov@…):
I tested the patch for universal build, and it worked for me (universal
building in my case i386 and x86_64).
I had some problems however some problems with the lines
{{{
reinplace "s|/usr/lib/libcurses|${prefix}/lib/libncurses|g" \
${dir}/CMakeCache.txt
}}}
of the patch, apparently due to too much spaces. I had to modify it to
{{{
reinplace "s|/usr/lib/libcurses|${prefix}/lib/libncurses|g"
${dir}/CMakeCache.txt
}}}
for the patch to work.
--
Ticket URL: <http://trac.macports.org/ticket/25614#comment:13>
MacPorts <http://www.macports.org/>
Ports system for Mac OS
More information about the macports-tickets
mailing list