Changes between Initial Version and Version 3 of Ticket #1007


Ignore:
Timestamp:
Mar 24, 2016, 1:29:52 PM (8 years ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #1007

    • Property Status changed from new to closed
    • Property Cc darwinports-bugs@… added; waqar@… removed
    • Property Owner changed from darwinports-bugs@… to waqar@…
    • Property Resolution changed from to fixed
    • Property Port libpng added
  • Ticket #1007 – Description

    initial v3  
    1010Proposed fix:
    1111A. change the makefile so that libpng.3.dylib is compiled at "build" stage.
    12 B. use the following patch which forces the "install_name" to
    13 $prefix/lib/libpng.3.dylib
     12B. use the following patch which forces the "install_name" to $prefix/lib/libpng.3.dylib
    1413
     14{{{
    1515--- scripts/makefile.darwin~    Thu Oct  3 20:32:34 2002
    1616+++ scripts/makefile.darwin     Fri Oct 10 16:22:47 2003
     
    3232         -flat_namespace -undefined suppress \
    3333         -o libpng.3.$(PNGMIN).dylib \
     34}}}