public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in app-admin/packagekit-base/files: packagekit-base-0.7.x-npapi-api-change.patch
@ 2012-07-20 13:36 Fabio Erculiani (lxnay)
  0 siblings, 0 replies; only message in thread
From: Fabio Erculiani (lxnay) @ 2012-07-20 13:36 UTC (permalink / raw
  To: gentoo-commits

lxnay       12/07/20 13:36:26

  Added:                packagekit-base-0.7.x-npapi-api-change.patch
  Log:
  fix compilation with unmasked npapi-sdk (see notes inside ebuild)
  
  (Portage version: 2.2.0_alpha104/cvs/Linux x86_64)

Revision  Changes    Path
1.1                  app-admin/packagekit-base/files/packagekit-base-0.7.x-npapi-api-change.patch

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/packagekit-base/files/packagekit-base-0.7.x-npapi-api-change.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/packagekit-base/files/packagekit-base-0.7.x-npapi-api-change.patch?rev=1.1&content-type=text/plain

Index: packagekit-base-0.7.x-npapi-api-change.patch
===================================================================
--- a/contrib/browser-plugin/pk-main.c
+++ b/contrib/browser-plugin/pk-main.c
@@ -503,11 +503,11 @@ NP_Shutdown ()
 /**
  * NP_GetMIMEDescription:
  **/
-const char *
+char *
 NP_GetMIMEDescription (void)
 {
 	g_debug ("NP_GetMIMEDescription");
-	return (const gchar*) "application/x-packagekit-plugin:bsc:PackageKit Plugin";
+	return (gchar*) "application/x-packagekit-plugin:bsc:PackageKit Plugin";
 }
 
 /**







^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2012-07-20 13:36 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-07-20 13:36 [gentoo-commits] gentoo-x86 commit in app-admin/packagekit-base/files: packagekit-base-0.7.x-npapi-api-change.patch Fabio Erculiani (lxnay)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox