[MacPorts] #59677: gmic @2.7.5_1: build fails on macOS 10.10 buildbot

MacPorts noreply at macports.org
Tue Nov 12 20:43:32 UTC 2019


#59677: gmic @2.7.5_1: build fails on macOS 10.10 buildbot
----------------------+-------------------------
  Reporter:  dbevans  |      Owner:  Schamschula
      Type:  defect   |     Status:  assigned
  Priority:  Normal   |  Milestone:
 Component:  ports    |    Version:
Resolution:           |   Keywords:
      Port:  gmic     |
----------------------+-------------------------

Comment (by Schamschula):

 I found the info for 10.9 and above in the {{{CMakeLists.txt}}} file in
 {{{gmic-qt}}}, which seems to be the component that is failing:

 {{{
 if (APPLE)
     add_definitions(-Dcimg_display=0)
     add_definitions(-D_IS_MACOS_)
     set(CMAKE_MACOSX_RPATH 1)
     set(BUILD_WITH_INSTALL_RPATH 1)
     add_definitions(-mmacosx-version-min=10.9 -Wno-macro-redefined -Wno-
 deprecated-register)
 endif()
 }}}
 So I assume that the developers might have unintentionally broken
 something with a recent update.

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


More information about the macports-tickets mailing list