summaryrefslogtreecommitdiff
path: root/audio/sox/files/patch-ae
diff options
context:
space:
mode:
authorChristian Weisgerber <naddy@FreeBSD.org>2002-01-17 19:22:41 +0000
committerChristian Weisgerber <naddy@FreeBSD.org>2002-01-17 19:22:41 +0000
commita31ac75b65bb73cc90d28dc66267a65c331181f7 (patch)
treef747c6bfd3209b5acc08571a1ac62a983ef2232a /audio/sox/files/patch-ae
parentSync with reality in comment. We can choose `sasldb' also. (diff)
* Upgrade to 12.17.3. Changes in this version include:
- integrated GSM support - new soxmix program * Bump libvorbis version number in LIB_DEPENDS. * Use new Ogg Vorbis RC3 encoder API. * Replace incomplete list of supported formats and effects with a general blurb in DESCR. * Update home page URL in DESCR. Reviewed by: Dan Nelson <dnelson@emsphone.com>
Notes
Notes: svn path=/head/; revision=53261
Diffstat (limited to 'audio/sox/files/patch-ae')
-rw-r--r--audio/sox/files/patch-ae20
1 files changed, 0 insertions, 20 deletions
diff --git a/audio/sox/files/patch-ae b/audio/sox/files/patch-ae
deleted file mode 100644
index c4e0930b579b..000000000000
--- a/audio/sox/files/patch-ae
+++ /dev/null
@@ -1,20 +0,0 @@
-
-$FreeBSD$
-
---- st.h.orig Sun Oct 21 00:13:45 2001
-+++ st.h Sun Oct 21 00:13:56 2001
-@@ -33,14 +33,9 @@
- #define st_free free
-
- /* FIXME: Move to separate header */
--#ifdef __alpha__
- #include <sys/types.h> /* To get defines for 32-bit integers */
- #define LONG int32_t
- #define ULONG u_int32_t
--#else
--#define LONG long
--#define ULONG unsigned long
--#endif
-
- #define MAXLONG 0x7fffffffL
- #define MAXULONG 0xffffffffL