Changes between Initial Version and Version 1 of Ticket #33804


Ignore:
Timestamp:
Mar 28, 2012, 8:35:19 PM (12 years ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

Remember to use WikiFormatting, please, and to fill in the Port field.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #33804

    • Property Owner changed from macports-tickets@… to julians37@…
    • Property Port lensfun added
  • Ticket #33804 – Description

    initial v1  
    11lensfun fails to compile with clang due to some assembly code in cpuid.cpp:
    22
     3{{{
    34...
    45:info:build clang: warning: argument unused during compilation: '-s'
     
    1011:info:build     ^~~~~~~
    1112...
     13}}}
    1214
    1315Workaround:
     16{{{
    1417sudo port clean lensfun
    1518sudo port install lensfun configure.compiler=llvm-gcc-4.2
     19}}}