diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2010-03-27 16:48:08 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2010-03-27 16:48:08 +0800 |
commit | eb6d688910e26fb0fa0fc39ae3d831005b9a13b5 (patch) | |
tree | af827ed3b17d390ab4614a3ea01bcafccf57c432 /multimedia | |
parent | db847e081f440c70ed24ab02e7edef26f649d7bb (diff) | |
download | marcuscom-ports-eb6d688910e26fb0fa0fc39ae3d831005b9a13b5.tar.gz marcuscom-ports-eb6d688910e26fb0fa0fc39ae3d831005b9a13b5.tar.zst marcuscom-ports-eb6d688910e26fb0fa0fc39ae3d831005b9a13b5.zip |
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
Diffstat (limited to 'multimedia')
-rw-r--r-- | multimedia/totem-pl-parser/files/patch-plparse_totem-pl-parser-podcast.c | 10 |
1 files changed, 10 insertions, 0 deletions
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 <glib.h> + + #ifndef TOTEM_PL_PARSER_MINI +-#undef _LARGEFILE64_SOURCE + #include <zlib.h> + + #include "xmlparser.h" |