[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#641283: vobcopy: Fix FTBFS on hurd-i386



Package: vobcopy
Version: 1.1.0-1
Severity: important
Tags: patch
User: debian-hurd@lists.debian.org
Usertags: hurd

The following small patch makes vobcopy bild under GNU/Hurd.

--- vobcopy-1.1.0/vobcopy.h	2008-01-03 22:42:20.000000000 +0100
+++ vobcopy-1.1.0.modified/vobcopy.h	2011-09-12 13:20:43.000000000 +0200
@@ -58,7 +58,7 @@
 /* //////////  *BSD //////////  */
 #if ( defined( BSD ) && ( BSD >= 199306 ) )
 
-#  if  !defined( __NetBSD__ ) ) || \
+#  if  !defined( __NetBSD__) && !defined(__GNU__) || \
        ( defined( __NetBSD__) && ( __NetBSD_Version__ < 200040000 ) )
 #include <sys/mount.h>
 #define USE_STATFS 1





Reply to: