diff options
Diffstat (limited to 'multimedia/k9copy/files/patch-libk9copy_k9cellcopylist.h')
-rw-r--r-- | multimedia/k9copy/files/patch-libk9copy_k9cellcopylist.h | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/multimedia/k9copy/files/patch-libk9copy_k9cellcopylist.h b/multimedia/k9copy/files/patch-libk9copy_k9cellcopylist.h deleted file mode 100644 index cae5c3a1ac22..000000000000 --- a/multimedia/k9copy/files/patch-libk9copy_k9cellcopylist.h +++ /dev/null @@ -1,15 +0,0 @@ ---- libk9copy/k9cellcopylist.h.orig Thu Jan 5 06:10:57 2006 -+++ libk9copy/k9cellcopylist.h Thu Jan 5 06:11:13 2006 -@@ -24,7 +24,11 @@ - #include "k9dvd.h" - #include "k9cell.h" - #include <dvdread/ifo_types.h> --#include <stdint.h> -+#ifdef HAVE_STDINT_H -+ #include <stdint.h> -+#elif defined(HAVE_INTTYPES_H) -+ #include <inttypes.h> -+#endif - - class k9CellCopyVTS { - private: |