summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Pielmeier <billie@gentoo.org>2018-01-17 17:43:19 +0100
committerDaniel Pielmeier <billie@gentoo.org>2018-01-17 17:43:19 +0100
commit62baa4781b9b7c6ba860d47b095d9b9ad4d40770 (patch)
treef9eec1613b24aac9641ffb55206995f1fc1fe51b /media-sound
parentsys-kernel/rt-sources: remove old (diff)
downloadgentoo-62baa4781b9b7c6ba860d47b095d9b9ad4d40770.tar.gz
gentoo-62baa4781b9b7c6ba860d47b095d9b9ad4d40770.tar.bz2
gentoo-62baa4781b9b7c6ba860d47b095d9b9ad4d40770.zip
media-sound/aqualung: Remove unused patch.
Package-Manager: Portage-2.3.13, Repoman-2.3.3
Diffstat (limited to 'media-sound')
-rw-r--r--media-sound/aqualung/files/aqualung-1.0-mac.patch26
1 files changed, 0 insertions, 26 deletions
diff --git a/media-sound/aqualung/files/aqualung-1.0-mac.patch b/media-sound/aqualung/files/aqualung-1.0-mac.patch
deleted file mode 100644
index 16689ee0ae75..000000000000
--- a/media-sound/aqualung/files/aqualung-1.0-mac.patch
+++ /dev/null
@@ -1,26 +0,0 @@
-Revert this patch.
-
-From 12c3a45a6d5b6ef0da70e0cdc424beff993eeef6 Mon Sep 17 00:00:00 2001
-From: Tom Szilagyi <tszilagyi@users.sourceforge.net>
-Date: Mon, 9 Jun 2014 12:54:54 +0000
-Subject: [PATCH] Make the APE decoder compile with current libmac-dev
- (4.11-u4-b5-s7-d)
-
-git-svn-id: https://svn.code.sf.net/p/aqualung/code/trunk@1303 3cd24cdc-1f22-0410-b8b1-dcf80e670293
----
- src/decoder/dec_mac.cpp | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/src/decoder/dec_mac.cpp b/src/decoder/dec_mac.cpp
-index 024c8b9..2e9bc01 100644
---- a/src/decoder/dec_mac.cpp
-+++ b/src/decoder/dec_mac.cpp
-@@ -174,7 +174,7 @@ mac_decoder_open(decoder_t * dec, char * filename) {
-
-
- int ret = 0;
-+ wchar_t * pUTF16 = GetUTF16FromANSI(filename);
-- wchar_t * pUTF16 = CAPECharacterHelper::GetUTF16FromANSI(filename);
- pdecompress = CreateIAPEDecompress(pUTF16, &ret);
- free(pUTF16);
-