summaryrefslogtreecommitdiff
path: root/audio/csound/files/patch-soundin.c
diff options
context:
space:
mode:
authorAlexander Leidinger <netchild@FreeBSD.org>2003-05-03 15:56:24 +0000
committerAlexander Leidinger <netchild@FreeBSD.org>2003-05-03 15:56:24 +0000
commita7ff88b7ff18651b19998d7685a5a002471580e2 (patch)
tree625f35161ac5798456a67ffb020d3665af7ea1e6 /audio/csound/files/patch-soundin.c
parentUpdate to 0.6.0. (diff)
Unbreak port by updating to 4.23.
Triggered by: kris wants to remove broken ports Approved by: maintainer timeout (he hasn't much time at the moment and I want to have bugs get reported just in time to have it fixed before 5.1)
Diffstat (limited to 'audio/csound/files/patch-soundin.c')
-rw-r--r--audio/csound/files/patch-soundin.c12
1 files changed, 0 insertions, 12 deletions
diff --git a/audio/csound/files/patch-soundin.c b/audio/csound/files/patch-soundin.c
deleted file mode 100644
index ebe4e388c8d9..000000000000
--- a/audio/csound/files/patch-soundin.c
+++ /dev/null
@@ -1,12 +0,0 @@
-$FreeBSD$
-
---- soundin.c.orig Sun Jul 14 16:03:01 2002
-+++ soundin.c Sun Jul 14 16:02:57 2002
-@@ -5,6 +5,7 @@
- /*RWD 3:2000*/
- #ifdef RWD_DBFS
- /* quick hack to save typing etc... */
-+#undef INLONGFAC
- #define INLONGFAC (double)long_to_dbfs
- #else
- #define INLONGFAC (1.0 / 65536.0) /* convert 32bit long to quasi 16 bit range */