diff options
Diffstat (limited to 'audio/sox/files/patch-ae')
-rw-r--r-- | audio/sox/files/patch-ae | 20 |
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 |