summaryrefslogtreecommitdiff
path: root/multimedia/k9copy-kde4/files/patch-libk9copy_k9cell.h
diff options
context:
space:
mode:
authorTim Bishop <tdb@FreeBSD.org>2006-02-06 13:50:33 +0000
committerTim Bishop <tdb@FreeBSD.org>2006-02-06 13:50:33 +0000
commit162e7e23a504ca607cf1e376c03993ae9c7af164 (patch)
tree00b58b4dfd4065e6b1eb783ded014fa1d7437533 /multimedia/k9copy-kde4/files/patch-libk9copy_k9cell.h
parento Update to 3.6.3 20060203.1409 cvs snap. (diff)
- Update to 1.0.3
PR: 92536 Submitted by: triosoft@triosoft.com.ua (maintainer)
Diffstat (limited to 'multimedia/k9copy-kde4/files/patch-libk9copy_k9cell.h')
-rw-r--r--multimedia/k9copy-kde4/files/patch-libk9copy_k9cell.h15
1 files changed, 0 insertions, 15 deletions
diff --git a/multimedia/k9copy-kde4/files/patch-libk9copy_k9cell.h b/multimedia/k9copy-kde4/files/patch-libk9copy_k9cell.h
deleted file mode 100644
index 5ef77774ea0e..000000000000
--- a/multimedia/k9copy-kde4/files/patch-libk9copy_k9cell.h
+++ /dev/null
@@ -1,15 +0,0 @@
---- libk9copy/k9cell.h.orig Thu Jan 5 06:09:52 2006
-+++ libk9copy/k9cell.h Thu Jan 5 06:10:12 2006
-@@ -22,7 +22,11 @@
-
- #include <qobject.h>
- #include <qobjectlist.h>
--#include <stdint.h>
-+#ifdef HAVE_STDINT_H
-+ #include <stdint.h>
-+#elif defined(HAVE_INTTYPES_H)
-+ #include <inttypes.h>
-+#endif
- #include "k9dvdtitle.h"
- enum streamType_t {stAudio,stVideo,stSubpicture,stOther};
- /**