Changes between Initial Version and Version 7 of Ticket #9524


Ignore:
Timestamp:
Mar 24, 2016, 1:15:56 PM (8 years ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #9524

    • Property Status changed from new to closed
    • Property Cc markd@… added
    • Property Summary changed from fluxbox needs GCC 4.x to build on "Panther" 10.3.9 to BUG: fluxbox needs GCC 4.x to build on "Panther" 10.3.9
    • Property Dependson changed from to 7167
    • Property Owner changed from macports-tickets@… to pmq@…
    • Property Resolution changed from to worksforme
    • Property Port fluxbox added
  • Ticket #9524 – Description

    initial v7  
    33Finally I got around to trying a build with GCC 4.1 by adding this patch to the Portfile
    44
     5{{{
    56Index: dports/x11/fluxbox/Portfile
    67===================================================================
     
    1516 configure.args --mandir=${prefix}/share/man
    1617+configure.env  CC=/opt/local/bin/gcc-dp-4.1 CXX=/opt/local/bin/g++-dp-4.1
     18}}}
    1719
    1820I suspect that GCC-4.0 would be sufficient, but haven't tried that.  Also, that patch is presumably inappropriate for "Tiger", so it should be conditional on darwin7.  Note that as far as I know GCC-4.1 doesn't work out of the box on DarwinPorts, you need the patch I sent a couple of weeks ago (see issue 7167).