summaryrefslogtreecommitdiff
path: root/audio/audacity-devel/files/patch-portaudio-pa_unix.h
diff options
context:
space:
mode:
authorKirill Ponomarev <krion@FreeBSD.org>2004-03-03 13:16:54 +0000
committerKirill Ponomarev <krion@FreeBSD.org>2004-03-03 13:16:54 +0000
commit54674e87a92757b96767a71ab83ea2895dbfc371 (patch)
tree8efc7490a16cebeed764bcef533e54c173feb0d9 /audio/audacity-devel/files/patch-portaudio-pa_unix.h
parent Add new devices (diff)
- Remove audio/audacity-devel, because it's now redundant after
updating audio/audacity to the latest version. PR: ports/63674 Submitted by: maintainer
Diffstat (limited to 'audio/audacity-devel/files/patch-portaudio-pa_unix.h')
-rw-r--r--audio/audacity-devel/files/patch-portaudio-pa_unix.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/audio/audacity-devel/files/patch-portaudio-pa_unix.h b/audio/audacity-devel/files/patch-portaudio-pa_unix.h
deleted file mode 100644
index e4a44ff9a1bf..000000000000
--- a/audio/audacity-devel/files/patch-portaudio-pa_unix.h
+++ /dev/null
@@ -1,11 +0,0 @@
---- lib-src/portaudio/pa_unix_oss/pa_unix.h.orig Tue Dec 2 19:56:56 2003
-+++ lib-src/portaudio/pa_unix_oss/pa_unix.h Tue Dec 2 19:58:33 2003
-@@ -82,7 +82,7 @@
- #define MAX_TIMEOUT_MSEC (1000)
-
- /************************************************* Definitions ********/
--#ifdef __linux__
-+#if defined(__linux__) || defined(__FreeBSD__)
- #define DEVICE_NAME_BASE "/dev/dsp"
- #else
- #define DEVICE_NAME_BASE "/dev/audio"