diff options
Diffstat (limited to 'multimedia/kdemultimedia3/patches/patch-ct')
-rw-r--r-- | multimedia/kdemultimedia3/patches/patch-ct | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/multimedia/kdemultimedia3/patches/patch-ct b/multimedia/kdemultimedia3/patches/patch-ct deleted file mode 100644 index cb0f0d58472..00000000000 --- a/multimedia/kdemultimedia3/patches/patch-ct +++ /dev/null @@ -1,21 +0,0 @@ -$NetBSD: patch-ct,v 1.1.1.1 2004/01/26 15:42:43 jmmv Exp $ - ---- mpeglib/example/yaf/yafvorbis/vorbis_control.cpp.orig 2003-11-08 13:30:14.000000000 +0100 -+++ mpeglib/example/yaf/yafvorbis/vorbis_control.cpp 2003-11-08 13:29:46.000000000 +0100 -@@ -19,7 +19,7 @@ - - - --#include <iostream.h> -+#include <iostream> - #include <stdio.h> - #include <stdlib.h> - #include <math.h> -@@ -33,6 +33,7 @@ - #include <getopt.h> - #endif - -+using namespace std; - - - |