Changes between Initial Version and Version 1 of Ticket #60740


Ignore:
Timestamp:
Jun 30, 2020, 3:45:21 AM (4 years ago)
Author:
kencu (Ken)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #60740 – Description

    initial v1  
    1 the {{{perl}}} ports all have a [https://github.com/macports/macports-ports/blob/master/lang/perl5/files/5.28/fix-miniperl-linking-PR36438.patch patch] to strip out linking against anything in {{{ ${prefix}/local }}}. This apparently was causing errors in the past (a number of tickets with various ports) due to MacPorts libraries being called in instead of system libraries, and that would have inconsistencies, be non-universal, etc.
     1the {{{perl}}} ports all have a [https://github.com/macports/macports-ports/blob/master/lang/perl5/files/5.28/fix-miniperl-linking-PR36438.patch patch] to strip out linking against anything in {{{ ${prefix}/lib }}}. This apparently was causing errors in the past (a number of tickets with various ports) due to MacPorts libraries being called in instead of system libraries, and that would have inconsistencies, be non-universal, etc.
    22
    33However, when building with the standard {{{apple-gcc42}}} compiler on Tiger i386, the build fails due to this: