Package: vobcopy
Severity: important
Version: 1.1.0-1
Tags: patch
User: [EMAIL PROTECTED]
Usertags: kfreebsd
Hi,
the current version fails to build on GNU/kFreeBSD.
It needs small addition for vobcopy.h, see bellow.
It would also be nice if you can ask upstream
to include this changes.
Thanks in advance
Petr
--- vobcopy.h~ 2008-02-15 18:38:45.000000000 +0100
+++ vobcopy.h 2008-02-15 18:38:45.000000000 +0100
@@ -147,7 +147,18 @@
typedef enum { FALSE=0, TRUE=1 } bool;
-#else /* GNU/Linux */
+#elif defined( __GLIBC__ )
+
+#include <mntent.h>
+#include <sys/vfs.h>
+#include <sys/statvfs.h>
+
+#define HAVE_GETOPT_LONG 1
+#define HAS_LARGEFILE 1
+
+ typedef enum { FALSE=0, TRUE=1 } bool;
+
+#else
/* ////////// For other cases ////////// */
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]