#! /bin/sh /usr/share/dpatch/dpatch-run ## 90_add_libxpcom_to_plugins.dpatch by Fabien Tassin ## ## All lines beginning with `## DP:' are a description of the patch. ## DP: No description. @DPATCH@ diff -urNad totem-2.19.2~/browser-plugin/Makefile.in totem-2.19.2/browser-plugin/Makefile.in --- totem-2.19.2~/browser-plugin/Makefile.in 2007-08-09 13:45:43.000000000 +0000 +++ totem-2.19.2/browser-plugin/Makefile.in 2007-08-09 13:46:57.000000000 +0000 @@ -347,7 +347,7 @@ LIBOBJS = @LIBOBJS@ LIBS = @LIBS@ LIBTOOL = @LIBTOOL@ -LIBXPCOMGLUE_S = @LIBXPCOMGLUE_S@ +LIBXPCOMGLUE_S = @LIBXPCOMGLUE_S@ -L/usr/lib/firefox -lxpcom LIRC_LIBS = @LIRC_LIBS@ LN_S = @LN_S@ LTLIBOBJS = @LTLIBOBJS@