Opened 4 months ago

Last modified 4 months ago

#69999 new defect

libstemmer @2.2.0 does not respect sdk version — at Initial Version

Reported by: lukaso (Lukas Oberhuber) Owned by:
Priority: Normal Milestone:
Component: ports Version:
Keywords: Cc:
Port: libstemmer

Description

Even after setting this, the build still leaves libstemmer build for the MacOS version it is running on:

  echo 'macosx_deployment_target 11.0' | tee -a ${PREFIX}/etc/macports/macports.conf
  echo 'macosx_sdk_version 11.3' | tee -a ${PREFIX}/etc/macports/macports.conf

However otool -l

is returning:

    minos 11.0
      sdk 13.3

Similar issue to https://trac.macports.org/ticket/69944

Change History (0)

Note: See TracTickets for help on using tickets.