diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2003-12-29 09:54:25 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2003-12-29 09:54:25 +0000 |
commit | b1ba755331d12fd3393d916075502601af5b0118 (patch) | |
tree | b0c9085161978c966d9e85517d6e2b818ecd5f81 /print/kover/files/patch-cdrom.h | |
parent | - Update to 3.7.1 (diff) |
Add two new KDE apps to deal with CDs:
kcdlabel creates covers, labels and booklets for your CD cases;
kover is a WYSIWYG CD cover printer.
PR: ports/60674, ports/60673
Submitted by: Markus Brueffer <brueffer@phoenix-systems.de>
Notes
Notes:
svn path=/head/; revision=96870
Diffstat (limited to 'print/kover/files/patch-cdrom.h')
-rw-r--r-- | print/kover/files/patch-cdrom.h | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/print/kover/files/patch-cdrom.h b/print/kover/files/patch-cdrom.h new file mode 100644 index 000000000000..44e52a2bbfa6 --- /dev/null +++ b/print/kover/files/patch-cdrom.h @@ -0,0 +1,13 @@ +--- kover/cdrom.h.orig Mon Dec 29 03:57:18 2003 ++++ kover/cdrom.h Mon Dec 29 03:57:39 2003 +@@ -41,6 +41,10 @@ + #include <sys/types.h> + #include <sys/stat.h> + ++#ifdef __FreeBSD__ ++#include <sys/cdio.h> ++#endif ++ + #ifdef HAVE_LINUX_CDROM_H + #include <linux/cdrom.h> + #endif |