Changes between Initial Version and Version 2 of Ticket #3691
- Timestamp:
- Mar 24, 2016, 3:09:58 PM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #3691
-
Property
Status
changed from
new
toclosed
-
Property
Resolution
changed from
to
fixed
- Property Port gnubg added
-
Property
Status
changed from
-
Ticket #3691 – Description
initial v2 1 1 This fixes a bug (extern nSkip redefined as static) under GCC 4.0. 2 2 3 {{{ 3 4 --- Portfile.orig 2005-06-23 16:56:44.000000000 -0700 4 5 +++ Portfile 2005-06-23 17:00:41.000000000 -0700 … … 12 13 configure.env CPPFLAGS="-I${prefix}/include" \ 13 14 CFLAGS="-lmx" \ 15 }}}