diff options
author | Markus Brueffer <markus@FreeBSD.org> | 2010-04-19 15:50:21 +0000 |
---|---|---|
committer | Markus Brueffer <markus@FreeBSD.org> | 2010-04-19 15:50:21 +0000 |
commit | c9a10c8a170d7a2c8ad6e2c0ca2dc7b8789b7c4c (patch) | |
tree | be2be275247343aaa5fc5f11567446813fcac7d4 /audio | |
parent | 4ffe735846d92c5ee7dc6dc1361ce0aa1faab5bd (diff) | |
download | ports-c9a10c8a170d7a2c8ad6e2c0ca2dc7b8789b7c4c.tar.gz ports-c9a10c8a170d7a2c8ad6e2c0ca2dc7b8789b7c4c.zip |
Notes
Diffstat (limited to 'audio')
-rw-r--r-- | audio/k3bmonkeyaudioplugin/Makefile | 2 | ||||
-rw-r--r-- | audio/k3bmonkeyaudioplugin/files/patch-src-libmonkeyaudio-APEDecompress.cpp | 11 |
2 files changed, 12 insertions, 1 deletions
diff --git a/audio/k3bmonkeyaudioplugin/Makefile b/audio/k3bmonkeyaudioplugin/Makefile index c88b724c64c4..3a6a33f9d130 100644 --- a/audio/k3bmonkeyaudioplugin/Makefile +++ b/audio/k3bmonkeyaudioplugin/Makefile @@ -6,7 +6,7 @@ PORTNAME= k3bmonkeyaudioplugin PORTVERSION= 3.1 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= audio kde MASTER_SITES= SF/k3b/${PORTNAME}/${PORTVERSION} diff --git a/audio/k3bmonkeyaudioplugin/files/patch-src-libmonkeyaudio-APEDecompress.cpp b/audio/k3bmonkeyaudioplugin/files/patch-src-libmonkeyaudio-APEDecompress.cpp new file mode 100644 index 000000000000..304bce641bb0 --- /dev/null +++ b/audio/k3bmonkeyaudioplugin/files/patch-src-libmonkeyaudio-APEDecompress.cpp @@ -0,0 +1,11 @@ +--- src/libmonkeyaudio/APEDecompress.cpp.orig 2010-04-18 21:28:34.000000000 +0200 ++++ src/libmonkeyaudio/APEDecompress.cpp 2010-04-18 21:28:51.000000000 +0200 +@@ -369,7 +369,7 @@ + *****************************************************************************************/ + intptr_t CAPEDecompress::GetInfo(APE_DECOMPRESS_FIELDS Field, intptr_t nParam1, intptr_t nParam2) + { +- int nRetVal = 0; ++ intptr_t nRetVal = 0; + BOOL bHandled = TRUE; + + switch (Field) |