diff options
author | Michael Nottebrock <lofi@FreeBSD.org> | 2005-03-20 18:17:55 +0000 |
---|---|---|
committer | Michael Nottebrock <lofi@FreeBSD.org> | 2005-03-20 18:17:55 +0000 |
commit | d57e6a82578ae8c5008de9b8a118e7286b5ac8bd (patch) | |
tree | 3242aa4d74a61f6856c81b2ca2de2e77f3bdfe80 /multimedia/kdemultimedia4/files/patch-akode-lib-localfile.h | |
parent | Update to 0.5.3. (diff) |
Update to KDE 3.4
Diffstat (limited to 'multimedia/kdemultimedia4/files/patch-akode-lib-localfile.h')
-rw-r--r-- | multimedia/kdemultimedia4/files/patch-akode-lib-localfile.h | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/multimedia/kdemultimedia4/files/patch-akode-lib-localfile.h b/multimedia/kdemultimedia4/files/patch-akode-lib-localfile.h deleted file mode 100644 index e1fad24c49fb..000000000000 --- a/multimedia/kdemultimedia4/files/patch-akode-lib-localfile.h +++ /dev/null @@ -1,23 +0,0 @@ -=================================================================== -RCS file: /home/kde/kdemultimedia/akode/lib/localfile.h,v -retrieving revision 1.6 -retrieving revision 1.7 -diff -u -r1.6 -r1.7 ---- akode/lib/localfile.h 2004/07/29 14:45:13 1.6 -+++ akode/lib/localfile.h 2004/09/19 19:16:50 1.7 -@@ -23,6 +23,15 @@ - - #include "file.h" - -+#ifdef __FreeBSD__ -+// There is an unfortunate #define in some obscure FBSD system -+// header that turns fileno into a macro to account for threading -+// issues; we undef it in this case. -+#ifdef fileno -+#undef fileno -+#endif -+#endif -+ - namespace aKode { - - //! An implementation of the File interface for local-file access |