diff options
author | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2023-09-30 01:29:31 +0200 |
---|---|---|
committer | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2023-09-30 04:22:46 +0200 |
commit | 63f98377dc581ada4cbc12440346b6a24d1e058c (patch) | |
tree | 713ecad09412b2d84cf3f1202dca99e422a2720c /audio/ccaudio2/files/patch-src_friends.cpp | |
parent | audio/ample: Remove expired port (diff) |
audio/ccaudio2: Remove expired port
2023-09-30 audio/ccaudio2: Abandonware, no development since 2011
Diffstat (limited to 'audio/ccaudio2/files/patch-src_friends.cpp')
-rw-r--r-- | audio/ccaudio2/files/patch-src_friends.cpp | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/audio/ccaudio2/files/patch-src_friends.cpp b/audio/ccaudio2/files/patch-src_friends.cpp deleted file mode 100644 index 62ac7e429f5c..000000000000 --- a/audio/ccaudio2/files/patch-src_friends.cpp +++ /dev/null @@ -1,14 +0,0 @@ ---- src/friends.cpp.orig 2015-11-03 08:30:29 UTC -+++ src/friends.cpp -@@ -22,7 +22,10 @@ - #include <math.h> - #include <ctype.h> - #ifdef HAVE_ENDIAN_H --#include <endian.h> -+#include <sys/endian.h> -+#define __LITTLE_ENDIAN (_BYTE_ORDER == _LITTLE_ENDIAN) -+#define __BIG_ENDIAN (_BYTE_ORDER == _BIG_ENDIAN) -+#define __BYTE_ORDER _BYTE_ORDER - #endif - #include <ucommon/export.h> - #include <ccaudio2.h> |