summaryrefslogtreecommitdiffstats
path: root/multimedia/acme/files/patch-src_acme.c
diff options
context:
space:
mode:
authormarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2003-01-28 07:01:34 +0800
committermarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2003-01-28 07:01:34 +0800
commit36f5d7f1e77bfc30fd9e297837207b13d71f4924 (patch)
treee5f002e181399afecc5849948c0098d70c5759eb /multimedia/acme/files/patch-src_acme.c
parent3c0588576a106ef24c09ab67a9ac4d925c080a2b (diff)
downloadmarcuscom-ports-36f5d7f1e77bfc30fd9e297837207b13d71f4924.tar
marcuscom-ports-36f5d7f1e77bfc30fd9e297837207b13d71f4924.tar.gz
marcuscom-ports-36f5d7f1e77bfc30fd9e297837207b13d71f4924.tar.bz2
marcuscom-ports-36f5d7f1e77bfc30fd9e297837207b13d71f4924.tar.lz
marcuscom-ports-36f5d7f1e77bfc30fd9e297837207b13d71f4924.tar.xz
marcuscom-ports-36f5d7f1e77bfc30fd9e297837207b13d71f4924.tar.zst
marcuscom-ports-36f5d7f1e77bfc30fd9e297837207b13d71f4924.zip
Correct path to esdplay.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@470 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'multimedia/acme/files/patch-src_acme.c')
-rw-r--r--multimedia/acme/files/patch-src_acme.c15
1 files changed, 15 insertions, 0 deletions
diff --git a/multimedia/acme/files/patch-src_acme.c b/multimedia/acme/files/patch-src_acme.c
new file mode 100644
index 000000000..9d05cccac
--- /dev/null
+++ b/multimedia/acme/files/patch-src_acme.c
@@ -0,0 +1,15 @@
+--- src/acme.c.orig Mon Jan 27 17:58:12 2003
++++ src/acme.c Mon Jan 27 17:58:42 2003
+@@ -201,10 +201,10 @@
+ if ((soundfile == NULL) || (strcmp (soundfile, "") == 0))
+ return;
+
+- if (g_file_test ("/usr/bin/esdplay",
++ if (g_file_test ("/usr/local/bin/esdplay",
+ (G_FILE_TEST_EXISTS | G_FILE_TEST_IS_EXECUTABLE)))
+ {
+- command = g_strdup_printf ("/usr/bin/esdplay %s",
++ command = g_strdup_printf ("/usr/local/bin/esdplay %s",
+ soundfile);
+ } else if (g_file_test ("/usr/bin/play",
+ (G_FILE_TEST_EXISTS | G_FILE_TEST_IS_EXECUTABLE)))