Ticket #26506: ices0.diff
File ices0.diff, 1.2 KB (added by ryandesign (Ryan Carsten Schmidt), 14 years ago) |
---|
-
Portfile
3 3 PortSystem 1.0 4 4 name ices0 5 5 version 0.4 6 revision 1 6 7 categories audio net 7 8 maintainers nomaintainer 8 9 description Stream audio to an icecast server … … 19 20 20 21 depends_lib port:libxml2 \ 21 22 port:lame \ 22 port:libshout2 23 port:libshout2 \ 24 port:mp4v2 23 25 26 patchfiles patch-src-in_mp4.c.diff 27 24 28 configure.args --program-suffix=0 \ 25 29 --with-docdir=${prefix}/share/doc \ 26 30 --mandir=${prefix}/share/man \ -
files/patch-src-in_mp4.c.diff
1 --- src/in_mp4.c.orig 2004-07-30 21:35:29.000000000 -0500 2 +++ src/in_mp4.c 2010-09-18 00:08:05.000000000 -0500 3 @@ -29,7 +29,7 @@ 4 /* fink error? */ 5 #define HAVE_IN_PORT_T 1 6 #define HAVE_SOCKLEN_T 1 7 -#include <mp4.h> 8 +#include <mp4v2/mp4v2.h> 9 #include <faad.h> 10 11 /* -- data structures -- */