aboutsummaryrefslogtreecommitdiff
path: root/multimedia/totem/files
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2005-04-17 22:59:53 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2005-04-17 22:59:53 +0000
commit2ce5a67be08a37284434821f01f21af59500d732 (patch)
treefdfe07b823a2f44eee9ebd08069636fcc5a61859 /multimedia/totem/files
parent91a9464c02c0f63710443afb6b2f6de7edcc5c18 (diff)
downloadports-2ce5a67be08a37284434821f01f21af59500d732.tar.gz
ports-2ce5a67be08a37284434821f01f21af59500d732.zip
Notes
Diffstat (limited to 'multimedia/totem/files')
-rw-r--r--multimedia/totem/files/patch-src_totem-disk.c19
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 {