Changes between Initial Version and Version 3 of Ticket #6856


Ignore:
Timestamp:
Mar 24, 2016, 2:17:46 PM (8 years ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #6856

    • Property Status changed from new to closed
    • Property Summary changed from emulators/dosbox fails to build on Intel Mac to BUG: emulators/dosbox fails to build on Intel Mac
    • Property Owner changed from darwinports-bugs@… to mww@…
    • Property Resolution changed from to fixed
    • Property Port dosbox added
  • Ticket #6856 – Description

    initial v3  
    33In general, it is beneficial to add "-mdynamic-no-pic" when building performance-sensitive apps on Mac OS X (although you can't use it when building shared libraries), especially on x86, which is register-poor.  Here's my Portfile patch for dosbox:
    44
    5 
     5{{{
    66--- Portfile.orig   2005-12-05 01:45:37.000000000 -0800
    77+++ Portfile    2006-01-26 17:29:27.000000000 -0800
     
    1515 post-destroot {
    1616    xinstall -m 755 -d ${destroot}${prefix}/share/doc/${name}
     17}}}