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_w32.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_w32.cpp')
-rw-r--r-- | audio/ccaudio2/files/patch-src_w32.cpp | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/audio/ccaudio2/files/patch-src_w32.cpp b/audio/ccaudio2/files/patch-src_w32.cpp deleted file mode 100644 index 0dc7dd4407eb..000000000000 --- a/audio/ccaudio2/files/patch-src_w32.cpp +++ /dev/null @@ -1,11 +0,0 @@ ---- src/w32.cpp.orig 2015-03-28 15:21:41 UTC -+++ src/w32.cpp -@@ -21,7 +21,7 @@ - #include <ccaudio2-config.h> - #include <math.h> - #ifdef HAVE_ENDIAN_H --#include <endian.h> -+#include <sys/endian.h> - #endif - #define MAX_DEVICES 1 - |