[MacPorts] #67899: libstemmer: does not respect MACOSX_DEPLOYMENT_TARGET or SDKROOT

MacPorts noreply at macports.org
Thu Aug 3 14:13:25 UTC 2023


#67899: libstemmer: does not respect MACOSX_DEPLOYMENT_TARGET or SDKROOT
-------------------------+--------------------
  Reporter:  lukaso      |      Owner:  (none)
      Type:  defect      |     Status:  new
  Priority:  Normal      |  Milestone:
 Component:  ports       |    Version:
Resolution:              |   Keywords:
      Port:  libstemmer  |
-------------------------+--------------------

Comment (by lukaso):

 It needs something like:

 {{{
 CFLAGS += -mmacosx-version-min=$MACOSX_DEPLOYMENT_TARGET
 LDFLAGS += -Wl,-macosx_version_min,$MACOSX_DEPLOYMENT_TARGET
 }}}

 being added to the GNUMakefile

-- 
Ticket URL: <https://trac.macports.org/ticket/67899#comment:1>
MacPorts <https://www.macports.org/>
Ports system for macOS


More information about the macports-tickets mailing list