summaryrefslogtreecommitdiff
path: root/audio/audacity/files
diff options
context:
space:
mode:
Diffstat (limited to 'audio/audacity/files')
-rw-r--r--audio/audacity/files/patch-audioarts.c11
-rw-r--r--audio/audacity/files/patch::Help.cpp11
-rw-r--r--audio/audacity/files/patch::Help.h13
3 files changed, 0 insertions, 35 deletions
diff --git a/audio/audacity/files/patch-audioarts.c b/audio/audacity/files/patch-audioarts.c
deleted file mode 100644
index 4d59b2251ae8..000000000000
--- a/audio/audacity/files/patch-audioarts.c
+++ /dev/null
@@ -1,11 +0,0 @@
---- snd/audioarts.c.orig Wed May 29 19:10:43 2002
-+++ snd/audioarts.c Wed May 29 19:10:51 2002
-@@ -11,7 +11,7 @@
-
- #include <sys/time.h>
-
--#include <kde/artsc/artsc.h>
-+#include <artsc/artsc.h>
-
- /* snd includes */
-
diff --git a/audio/audacity/files/patch::Help.cpp b/audio/audacity/files/patch::Help.cpp
deleted file mode 100644
index 2c704e40a1e0..000000000000
--- a/audio/audacity/files/patch::Help.cpp
+++ /dev/null
@@ -1,11 +0,0 @@
---- Help.cpp.orig Mon Sep 17 16:50:58 2001
-+++ Help.cpp Mon Sep 17 16:53:11 2001
-@@ -61,7 +61,7 @@
- void InitHelp(wxWindow * parent)
- {
- if (!gHelp) {
-- wxString defaultLoc = wxGetCwd() + wxFILE_SEP_PATH + "audacity-help.htb";
-+ wxString defaultLoc = AUDACITY_HELP_DIR + wxFILE_SEP_PATH + "audacity-help.htb";
-
- wxString helpFilePath =
- gPrefs->Read("/Help/HelpFilePath", defaultLoc);
diff --git a/audio/audacity/files/patch::Help.h b/audio/audacity/files/patch::Help.h
deleted file mode 100644
index 85309d22eff2..000000000000
--- a/audio/audacity/files/patch::Help.h
+++ /dev/null
@@ -1,13 +0,0 @@
---- Help.h.orig Mon Sep 17 16:52:09 2001
-+++ Help.h Mon Sep 17 16:52:53 2001
-@@ -11,6 +11,10 @@
- #ifndef __AUDACITY_HELP__
- #define __AUDACITY_HELP__
-
-+#ifndef AUDACITY_HELP_DIR
-+#define AUDACITY_HELP_DIR /usr/X11R6/share/audacity
-+#endif
-+
- void InitHelp(wxWindow * parent);
- void ShowHelp(wxWindow * parent);
- void ShowHelp(wxWindow * parent, wxString topic);