From eb6d688910e26fb0fa0fc39ae3d831005b9a13b5 Mon Sep 17 00:00:00 2001 From: marcus Date: Sat, 27 Mar 2010 08:48:08 +0000 Subject: Fix the build with the new zlib on -CURRENT. It's looking like a fix in zlib itself is not going to happen. git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@13877 df743ca5-7f9a-e211-a948-0013205c9059 --- .../files/patch-plparse_totem-pl-parser-podcast.c | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 multimedia/totem-pl-parser/files/patch-plparse_totem-pl-parser-podcast.c (limited to 'multimedia') diff --git a/multimedia/totem-pl-parser/files/patch-plparse_totem-pl-parser-podcast.c b/multimedia/totem-pl-parser/files/patch-plparse_totem-pl-parser-podcast.c new file mode 100644 index 000000000..0514b724c --- /dev/null +++ b/multimedia/totem-pl-parser/files/patch-plparse_totem-pl-parser-podcast.c @@ -0,0 +1,10 @@ +--- plparse/totem-pl-parser-podcast.c 2010-03-27 04:45:52.000000000 -0400 ++++ plparse/totem-pl-parser-podcast.c.orig 2010-03-27 04:45:30.000000000 -0400 +@@ -25,7 +25,6 @@ + #include + + #ifndef TOTEM_PL_PARSER_MINI +-#undef _LARGEFILE64_SOURCE + #include + + #include "xmlparser.h" -- cgit