Doesn't really make sense to maintain this patch.

This commit is contained in:
ajacoutot 2013-04-03 11:35:43 +00:00
parent 772d1907ea
commit b3dc172d20
2 changed files with 2 additions and 20 deletions

View File

@ -1,9 +1,10 @@
# $OpenBSD: Makefile,v 1.89 2013/03/29 14:31:14 ajacoutot Exp $
# $OpenBSD: Makefile,v 1.90 2013/04/03 11:35:43 ajacoutot Exp $
COMMENT= GNOME help browser
GNOME_PROJECT= yelp
GNOME_VERSION= 3.8.0
REVISION= 0
SHARED_LIBS += yelp 0.0 # 0.0

View File

@ -1,19 +0,0 @@
$OpenBSD: patch-libyelp_yelp-view_c,v 1.3 2013/03/29 14:31:14 ajacoutot Exp $
No PackageKit on OpenBSD.
--- libyelp/yelp-view.c.orig Wed Dec 19 16:46:35 2012
+++ libyelp/yelp-view.c Fri Mar 29 15:18:04 2013
@@ -1734,10 +1734,12 @@ view_show_error_page (YelpView *view,
scheme = "ghelp";
pkg = struri + 6;
}
+#ifndef __OpenBSD__
if (pkg != NULL)
content_end = g_markup_printf_escaped ("<p><a href='install-%s:%s'>%s</a></p>",
scheme, pkg,
_("Search for packages containing this document."));
+#endif
g_free (struri);
}