Changes between Version 1 and Version 2 of Ticket #68423, comment 13


Ignore:
Timestamp:
Feb 8, 2024, 2:42:15 AM (8 months ago)
Author:
barracuda156
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #68423, comment 13

    v1 v2  
    55> Yes! Sounds like whatever the problem was back in 2016 isn't a problem anymore and r153382 should be reverted.
    66
    7 Could someone drop that breaking chunk?
    8 Or should I make a PR?
    9 
    10 UPD. I will test it now for i386 and PowerPC and make a PR. This has to be fixed.
     7UPD2. It has been in fact. Portfile now has:
     8{{{
     9# This has to be enabled, otherwise CMake config files are not installed,
     10# which breaks some dependents, like Poppler.
     11# Contrary to the earlier situation, it does build now against libstdc++.
     12platform darwin {
     13    lappend languages cpp
     14}
     15}}}