pkgsrc/multimedia/kdemultimedia4/patches/patch-af
markd aa670ce032 Import KDE4.3.1 from wip
OKed during freeze by wiz and agc
2009-10-02 20:25:35 +00:00

13 lines
461 B
Text

$NetBSD: patch-af,v 1.1.1.1 2009/10/02 20:25:35 markd Exp $
--- kioslave/audiocd/plugins/wav/encodercda.cpp.orig 2008-10-31 02:24:16.000000000 +1300
+++ kioslave/audiocd/plugins/wav/encodercda.cpp
@@ -44,7 +44,7 @@ extern "C"
{
//cdda_interface.h in cdparanoia 10.2 has a member called 'private' which the C++ compiler doesn't like
#define private _private
- #include <cdda_interface.h>
+ #include <cdparanoia/cdda_interface.h>
#undef private
}