Changes between Initial Version and Version 1 of Ticket #3010, comment 4


Ignore:
Timestamp:
Mar 24, 2016, 11:30:13 AM (8 years ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #3010, comment 4

    initial v1  
    33
    44I patched it by hand -- :S -- and it compiled and installed fine. I had to do some other manual hacking
    5 to get it working, which I just reported as Bug # 4136.
     5to get it working, which I just reported as Bug #4136.
    66
    7 The manual fix was to edit /opt/local/var/db/dports/build/
    8 file._opt_local_var_db_dports_sources_rsync.rsync.opendarwin.org_dpupdate_dports_games_nethack/
    9 work/nethack-3.4.1/win/tty/termcap.c, and change the line:
     7The manual fix was to edit /opt/local/var/db/dports/build/file._opt_local_var_db_dports_sources_rsync.rsync.opendarwin.org_dpupdate_dports_games_nethack/work/nethack-3.4.1/win/tty/termcap.c, and change the line:
    108
     9{{{
    1110 extern char *tparm();
     11}}}
    1212
    1313At about line 836 to instead read:
    1414
     15{{{
    1516#ifndef NCURSES_EXPORT
    1617 extern char *tparm();
    1718#endif
     19}}}
    1820
    19 
    20 HTH,
     21HTH,\\
    2122-s