diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2005-04-17 22:59:53 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2005-04-17 22:59:53 +0000 |
commit | 2ce5a67be08a37284434821f01f21af59500d732 (patch) | |
tree | fdfe07b823a2f44eee9ebd08069636fcc5a61859 /multimedia/totem/files | |
parent | 91a9464c02c0f63710443afb6b2f6de7edcc5c18 (diff) |
Notes
Diffstat (limited to 'multimedia/totem/files')
-rw-r--r-- | multimedia/totem/files/patch-src_totem-disk.c | 19 |
1 files changed, 13 insertions, 6 deletions
diff --git a/multimedia/totem/files/patch-src_totem-disk.c b/multimedia/totem/files/patch-src_totem-disk.c index f5d9c6848ad8..502ffec47a24 100644 --- a/multimedia/totem/files/patch-src_totem-disk.c +++ b/multimedia/totem/files/patch-src_totem-disk.c @@ -1,6 +1,6 @@ ---- src/totem-disc.c.orig Tue Nov 23 04:03:19 2004 -+++ src/totem-disc.c Tue Nov 23 04:05:27 2004 -@@ -25,12 +25,35 @@ +--- src/totem-disc.c.orig Sun Mar 13 08:37:57 2005 ++++ src/totem-disc.c Wed Mar 23 03:29:26 2005 +@@ -34,18 +34,40 @@ #include <stdio.h> #include <stdlib.h> #include <errno.h> @@ -9,7 +9,7 @@ #include <sys/ioctl.h> #include <sys/stat.h> -+ + +#ifdef __FreeBSD__ +#include <sys/cdio.h> +#include <sys/disklabel.h> @@ -32,8 +32,15 @@ +#define CDROM_GET_CAPABILITY CDIOCCLRDEBUG +#else +#include <mntent.h> - #include <linux/cdrom.h> ++#include <linux/cdrom.h> +#endif - ++ #include <glib.h> #include <glib/gi18n.h> + #include <libgnomevfs/gnome-vfs.h> + +-#include <linux/cdrom.h> +- + #include "totem-disc.h" + + typedef struct _CdCache { |