Changes between Initial Version and Version 2 of Ticket #3691


Ignore:
Timestamp:
Mar 24, 2016, 3:09:58 PM (9 years ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #3691

    • Property Status changed from new to closed
    • Property Resolution changed from to fixed
    • Property Port gnubg added
  • Ticket #3691 – Description

    initial v2  
    11This fixes a bug (extern nSkip redefined as static) under GCC 4.0.
    22
     3{{{
    34--- Portfile.orig       2005-06-23 16:56:44.000000000 -0700
    45+++ Portfile    2005-06-23 17:00:41.000000000 -0700
     
    1213 configure.env          CPPFLAGS="-I${prefix}/include" \
    1314                        CFLAGS="-lmx" \
     15}}}