diff options
author | William Grzybowski <wg@FreeBSD.org> | 2013-10-25 13:23:32 +0000 |
---|---|---|
committer | William Grzybowski <wg@FreeBSD.org> | 2013-10-25 13:23:32 +0000 |
commit | 398cb808fcdac5508caf45ced41491efae71389f (patch) | |
tree | 71f2704a288f78e1691f68733dfd70456446fdc6 /audio/denemo/files/patch-src__help.c | |
parent | Fix package list. (diff) |
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 <tkato432 yahoo.com>
Notes
Notes:
svn path=/head/; revision=331574
Diffstat (limited to 'audio/denemo/files/patch-src__help.c')
-rw-r--r-- | audio/denemo/files/patch-src__help.c | 8 |
1 files changed, 4 insertions, 4 deletions
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); |