From 398cb808fcdac5508caf45ced41491efae71389f Mon Sep 17 00:00:00 2001 From: William Grzybowski Date: Fri, 25 Oct 2013 13:23:32 +0000 Subject: audio/denemo: update to 1.0.8 - Update to 1.0.8 [1] - Allow staging [1] - Convert lib depends to new format PR: ports/181881 [1] Submitted by: KATO Tsuguru --- audio/denemo/files/patch-src__help.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'audio/denemo/files/patch-src__help.c') diff --git a/audio/denemo/files/patch-src__help.c b/audio/denemo/files/patch-src__help.c index f0057b8e49d7..47207f082ca2 100644 --- a/audio/denemo/files/patch-src__help.c +++ b/audio/denemo/files/patch-src__help.c @@ -1,11 +1,11 @@ --- src/help.c.orig +++ src/help.c -@@ -63,7 +63,7 @@ +@@ -56,7 +56,7 @@ GError *error = NULL; /* get the uri to the manual */ -- gchar *manualpath = g_build_filename (get_data_dir (), "manual", -+ gchar *manualpath = g_build_filename (get_data_dir (), "..", "doc", "denemo", "manual", +- gchar *manualpath = g_build_filename (get_system_data_dir (), "manual", ++ gchar *manualpath = g_build_filename (get_system_data_dir (), "..", "doc", "denemo", "manual", "denemo-manual.html", NULL); - gchar *manualuri = url?g_strdup(url):g_filename_to_uri (manualpath, NULL, NULL); + gchar *manualuri = url ? g_strdup (url) : g_filename_to_uri (manualpath, NULL, NULL); -- cgit v1.2.3