Changes between Initial Version and Version 1 of Ticket #45168, comment 3


Ignore:
Timestamp:
Sep 26, 2014, 9:07:32 PM (10 years ago)
Author:
dbevans (David B. Evans)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #45168, comment 3

    initial v1  
    11The upstream assumption is that if it an Apple (native) platform or a framework is being built then the pkg-config file is not needed because it is a Linux-ism and not required for an Apple native environment or a framework.  An equivalent logical expression is NOT (APPLE OR BUILD_FRAMEWORK).
    22
    3 However, in MacPorts we are often using Linux-style builds hence the need for the pkg-config file when the non-framework library is being installed. So I think just using NOT (APPLE AND BUILD_FRAMEWORK) or just NOT BUILD_FRAMEWORK would be more appropriate for MacPorts.
     3However, in MacPorts we are often using Linux-style builds hence the need for the pkg-config file when the non-framework library is being installed. So I think using NOT (APPLE AND BUILD_FRAMEWORK) or just NOT BUILD_FRAMEWORK would be more appropriate for MacPorts.
    44
    55A reasonable resolution IMO would be to apply a patch now, since this breaks pkg-config based configurations and open an issue upstream but I'm content to leave it to the maintainer's judgement.