Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 136644 Details for
Bug 198058
plugins from media-video/totem-2.20.1 don't find libxpcom.so.1 when build against xulrunner
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
patch removing the first hunk for configure.in (as it was in earlier versions of the patch)
totem-2.20.1-browser-plugins.patch (text/plain), 1.21 KB, created by
Walter Meinl
on 2007-11-21 23:20:42 UTC
(
hide
)
Description:
patch removing the first hunk for configure.in (as it was in earlier versions of the patch)
Filename:
MIME Type:
Creator:
Walter Meinl
Created:
2007-11-21 23:20:42 UTC
Size:
1.21 KB
patch
obsolete
>Index: browser-plugin/Makefile.am >=================================================================== >--- browser-plugin/Makefile.am (revision 4827) >+++ browser-plugin/Makefile.am (working copy) >@@ -109,6 +109,7 @@ > $(WARN_CFLAGS) \ > $(DBUS_CFLAGS) \ > $(NVTV_CFLAGS) \ >+ $(SN_CFLAGS) \ > $(AM_CFLAGS) > > totem_plugin_viewer_LDADD = \ >@@ -122,6 +123,7 @@ > $(DBUS_LIBS) \ > $(NVTV_LIBS) \ > $(XTEST_LIBS) \ >+ $(SN_LIBS) \ > $(X_LIBS) > > BUILT_SOURCES += \ >Index: configure.in >=================================================================== >--- configure.in (revision 4827) >+++ configure.in (working copy) >@@ -685,6 +686,18 @@ > AM_CONDITIONAL([ENABLE_MULLY_PLUGIN],[test "$enable_mully_plugin" = "yes"]) > AM_CONDITIONAL([ENABLE_CONE_PLUGIN],[test "$enable_cone_plugin" = "yes"]) > >+if test "$enable_basic_plugin" = "yes" || >+ test "$enable_gmp_plugin" = "yes" || >+ test "$enable_complex_plugin" = "yes" || >+ test "$enable_narrowspace_plugin" = "yes" || >+ test "$enable_mully_plugin" = "yes" || >+ test "$enable_cone_plugin" = "yes" ; then >+ >+ PKG_CHECK_MODULES([SN], [ libstartup-notification-1.0 >= 0.8 ]) >+ AC_SUBST([SN_CFLAGS]) >+ AC_SUBST([SN_LIBS]) >+fi >+ > dnl ******** > dnl Nautilus > dnl ********
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 198058
:
135149
| 136644