summaryrefslogtreecommitdiff
path: root/audio/audacity-devel/files/patch-portaudio-pa_unix.h
diff options
context:
space:
mode:
authorBoris Samorodov <bsam@FreeBSD.org>2006-10-06 18:29:58 +0000
committerBoris Samorodov <bsam@FreeBSD.org>2006-10-06 18:29:58 +0000
commit96905e7c7d3153770fcb7165d99fab2c0fed21b3 (patch)
tree7b5eaebaadee9395d8d633434ee09b3899de5957 /audio/audacity-devel/files/patch-portaudio-pa_unix.h
parent- Update to 1.2 (diff)
- re-introduce audio/audacity-devel port (version 1.3.0b); [1]
- fix pkg-plist, lines added: ----- share/mime/packages/audacity.xml share/applications/audacity.desktop @dirrmtry share/applications PR: 103260 [1] Submitted by: Jack Low <xxjack12xx at gmail.com> [1]
Diffstat (limited to '')
-rw-r--r--audio/audacity-devel/files/patch-portaudio-pa_unix.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/audio/audacity-devel/files/patch-portaudio-pa_unix.h b/audio/audacity-devel/files/patch-portaudio-pa_unix.h
new file mode 100644
index 000000000000..e4a44ff9a1bf
--- /dev/null
+++ b/audio/audacity-devel/files/patch-portaudio-pa_unix.h
@@ -0,0 +1,11 @@
+--- 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"