Changes between Initial Version and Version 2 of Ticket #47923


Ignore:
Timestamp:
Jun 1, 2015, 8:53:14 PM (9 years ago)
Author:
mf2k (Frank Schima)
Comment:

In the future, please fill in the Port field and Cc the port maintainers (port info --maintainers jasper), if any. As reporter, you do not need to Cc yourself.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #47923

    • Property Owner changed from macports-tickets@… to jmr@…
    • Property Port jasper added
  • Ticket #47923 – Description

    initial v2  
    33At first I could not build graphics/jasper because the linking step had two unrecognized options.  Basically the build was trying to do the following:
    44
     5{{{
    56gcc-apple-4.2 ...MANY-OPTIONS... -Wl,-compatibility_version -Wl,-current_version,2 ...
     7}}}
    68
    79The above command failed because of the linker options, with the message,
     10{{{
    811  ld: unrecognized option -compatibility_version
     12}}}
    913
    1014After some research I managed to make a band-aid one-time fix by manually editing libtool in the build directory, like so: