Changes between Initial Version and Version 3 of Ticket #3555


Ignore:
Timestamp:
Mar 24, 2016, 3:06:58 PM (8 years ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #3555

    • Property Status changed from new to closed
    • Property Resolution changed from to fixed
    • Property Port faad2 added
  • Ticket #3555 – Description

    initial v3  
    22this tiny patch allows it to compile.
    33
     4{{{
    45--- Portfile    8 Jul 2004 04:22:46 -0000       1.2
    56+++ Portfile    16 Jun 2005 01:05:02 -0000
     
    1213 
    1314 pre-configure  {
    14         system "cd ${worksrcpath} && aclocal -I . && autoheader && glibtoolize
    15 --automake --copy"
    16 
     15        system "cd ${worksrcpath} && aclocal -I . && autoheader && glibtoolize --automake --copy"
     16}}}
    1717
    1818here's the file patch-mp4ffint.h, for the files/ directory:
    1919
     20{{{
    2021--- common/mp4ff/mp4ffint.h.orig        2005-02-12 23:38:28.828890793 -0500
    2122+++ common/mp4ff/mp4ffint.h     2005-02-12 23:41:01.618473068 -0500
     
    2829 int32_t parse_sub_atoms(mp4ff_t *f, const uint64_t total_size);
    2930 int32_t parse_atoms(mp4ff_t *f);
     31}}}