Bug#460434: Patch based on upstream fix
Matt Kraai
kraai at ftbfs.org
Tue Jan 15 21:08:59 UTC 2008
tag 460434 fixed-upstream patch upstream
thanks
The attached patch, based on the upstream fix, fixes this problem.
--
Matt
-------------- next part --------------
diff -ru totem-2.20.3.orig/src/plparse/Makefile.am totem-2.20.3/src/plparse/Makefile.am
--- totem-2.20.3.orig/src/plparse/Makefile.am 2008-01-15 13:05:14.000000000 -0800
+++ totem-2.20.3/src/plparse/Makefile.am 2008-01-15 13:06:29.000000000 -0800
@@ -82,7 +82,9 @@
$(HAL_CFLAGS) \
$(DBUS_CFLAGS) \
$(WARN_CFLAGS) \
- $(AM_CFLAGS)
+ $(AM_CFLAGS) \
+ -D_FILE_OFFSET_BITS=64 \
+ -D_LARGEFILE64_SOURCE
libtotem_plparser_la_LIBADD = \
$(TOTEM_PLPARSER_LIBS) \
diff -ru totem-2.20.3.orig/src/plparse/Makefile.in totem-2.20.3/src/plparse/Makefile.in
--- totem-2.20.3.orig/src/plparse/Makefile.in 2008-01-15 13:05:14.000000000 -0800
+++ totem-2.20.3/src/plparse/Makefile.in 2008-01-15 13:07:45.000000000 -0800
@@ -443,7 +443,9 @@
$(HAL_CFLAGS) \
$(DBUS_CFLAGS) \
$(WARN_CFLAGS) \
- $(AM_CFLAGS)
+ $(AM_CFLAGS) \
+ -D_FILE_OFFSET_BITS=64 \
+ -D_LARGEFILE64_SOURCE
libtotem_plparser_la_LIBADD = \
$(TOTEM_PLPARSER_LIBS) \
More information about the pkg-gnome-maintainers
mailing list