summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Seifert <soap@gentoo.org>2019-12-14 22:16:47 +0100
committerDavid Seifert <soap@gentoo.org>2019-12-14 22:16:47 +0100
commit32b725776e00345cec55cccccf0a2d0ce7eba0f6 (patch)
treef393c24182e4d4a553275e271115bc46e2ce3265 /media-libs/fidlib/files
parentdev-libs/libe: Port to EAPI 7 (diff)
downloadgentoo-32b725776e00345cec55cccccf0a2d0ce7eba0f6.tar.gz
gentoo-32b725776e00345cec55cccccf0a2d0ce7eba0f6.tar.bz2
gentoo-32b725776e00345cec55cccccf0a2d0ce7eba0f6.zip
media-libs/fidlib: Remove old
Package-Manager: Portage-2.3.81, Repoman-2.3.20 Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'media-libs/fidlib/files')
-rw-r--r--media-libs/fidlib/files/fidlib-0.9.10-cpp-extern.patch21
1 files changed, 0 insertions, 21 deletions
diff --git a/media-libs/fidlib/files/fidlib-0.9.10-cpp-extern.patch b/media-libs/fidlib/files/fidlib-0.9.10-cpp-extern.patch
deleted file mode 100644
index 221ec825f174..000000000000
--- a/media-libs/fidlib/files/fidlib-0.9.10-cpp-extern.patch
+++ /dev/null
@@ -1,21 +0,0 @@
---- fidlib-0.9.10/fidlib.h
-+++ fidlib-0.9.10/fidlib.h
-@@ -2,6 +2,10 @@
- // fidlib include file
- //
-
-+#ifdef __cplusplus
-+extern "C" {
-+#endif
-+
- typedef struct FidFilter FidFilter;
- struct FidFilter {
- short typ; // Type of filter element 'I' IIR, 'F' FIR, or 0 for end of list
-@@ -66,3 +70,7 @@
- extern void fid_run_zapbuf(void *buf);
- extern void fid_run_freebuf(void *runbuf);
- extern void fid_run_free(void *run);
-+
-+#ifdef __cplusplus
-+}
-+#endif