Ticket #13476: dvdauthor-iconv2.diff
File dvdauthor-iconv2.diff, 733 bytes (added by ryandesign (Ryan Carsten Schmidt), 17 years ago) |
---|
-
files/patch-readxml.c.diff
1 --- src/readxml.c 2005-01-31 20:26:19.000000000 -0600 2 +++ src/readxml.c 2007-12-03 03:43:50.000000000 -0600 3 @@ -27,6 +27,8 @@ 4 5 #include <libxml/xmlreader.h> 6 7 +#include <iconv.h> 8 + 9 #include "readxml.h" 10 11 #ifdef HAVE_LANGINFO_CODESET -
Portfile
24 24 port:libpng \ 25 25 port:libiconv 26 26 27 patchfiles patch-readxml.c.diff 28 27 29 configure.args --mandir=${prefix}/share/man 28 30