diff --git a/totem-libs.patch b/totem-libs.patch index dac0f3a..9177eba 100644 --- a/totem-libs.patch +++ b/totem-libs.patch @@ -1,3 +1,15 @@ +diff -up totem-2.29.4/browser-plugin/Makefile.am.libs totem-2.29.4/browser-plugin/Makefile.am +--- totem-2.29.4/browser-plugin/Makefile.am.libs 2010-02-14 15:50:25.578304453 -0500 ++++ totem-2.29.4/browser-plugin/Makefile.am 2010-02-14 15:50:39.139178785 -0500 +@@ -55,7 +55,7 @@ test_glow_button_SOURCES = \ + + test_glow_button_LDADD = \ + libtotembrowserplugin_helper.la \ +- $(DEPENDENCY_LIBS) ++ $(DEPENDENCY_LIBS) -lm + + test_glow_button_CFLAGS = \ + $(DEPENDENCY_CFLAGS) \ diff -up totem-2.29.4/src/backend/Makefile.am.libs totem-2.29.4/src/backend/Makefile.am --- totem-2.29.4/src/backend/Makefile.am.libs 2010-02-14 15:27:02.078153914 -0500 +++ totem-2.29.4/src/backend/Makefile.am 2010-02-14 15:27:37.630904281 -0500