[MacPorts] #28621: wine ports: lib(n)curses 32-bit development files not found
MacPorts
noreply at macports.org
Wed Mar 9 19:14:25 PST 2011
#28621: wine ports: lib(n)curses 32-bit development files not found
-------------------------------+--------------------------------------------
Reporter: bkgupta@… | Owner: ryandesign@…
Type: defect | Status: assigned
Priority: Normal | Milestone:
Component: ports | Version: 1.9.2
Keywords: | Port: wine, wine-devel, wine-crossover-games
-------------------------------+--------------------------------------------
Comment(by nick@…):
Replying to [comment:22 mikejbond@…]:
> It has to do with the fact that for some reason
/opt/local/lib/libncurses.dylib is now a link to
/opt/local/lib/libncursesw.5.dylib instead of
/opt/local/lib/libncurses.5.dylib. It can be fixed either by changing the
ncurses link to the non-w variant or changing line 9807 of wine-
devel at 1.3.14 configure (I don't know the line number for the other ports)
from:
>
> {{{
> dylib) ac_cv_lib_soname_ncurses=`otool -L conftest$ac_exeext | grep
"libncurses\\.[0-9A-Za-z.]*dylib" | sed -e "s/^.*\/\(libncurses\.[0-9A-
Za-z.]*dylib\).*$/\1/"';2,$d'` ;;
> }}}
>
> to:
>
> {{{
> dylib) ac_cv_lib_soname_ncurses=`otool -L conftest$ac_exeext | grep
"libncursesw*\\.[0-9A-Za-z.]*dylib" | sed -e "s/^.*\/\(libncursesw*\.[0
-9A-Za-z.]*dylib\).*$/\1/"';2,$d'` ;;
> }}}
You (or someone else) fixed your code up, it works now :). Thanks!
--
Ticket URL: <https://trac.macports.org/ticket/28621#comment:26>
MacPorts <http://www.macports.org/>
Ports system for Mac OS
More information about the macports-tickets
mailing list