freebsd-ports/audio/denemo/files/patch-src__file.c
William Grzybowski 398cb808fc 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>
2013-10-25 13:23:32 +00:00

11 lines
442 B
C

--- src/file.c.orig
+++ src/file.c
@@ -569,7 +569,7 @@
{
if (system_example_path == NULL)
{
- system_example_path = g_build_filename (get_system_data_dir (), "examples", NULL);
+ system_example_path = g_build_filename (get_system_data_dir (), "..", "examples", "denemo", NULL);
GDir *denemo_path = g_dir_open (system_example_path, 0, NULL);
if (denemo_path == NULL)
{