~ubuntu-branches/ubuntu/natty/libdvdread/natty

« back to all changes in this revision

Viewing changes to debian/patches/02-kfreebsd.dpatch

  • Committer: Bazaar Package Importer
  • Author(s): Daniel Baumann
  • Date: 2008-07-16 11:34:00 UTC
  • mto: (3.2.1 squeeze)
  • mto: This revision was merged to the branch mainline in revision 14.
  • Revision ID: james.westby@ubuntu.com-20080716113400-8i4jymojr7mhvvi2
Tags: 0.9.7-11
* Adding recomments to libdvdnav-dev in libdvdread-dev.
* Removing lintian overrides cruft.
* Adding bug scripts for libdvdread3 and libdvdread-dev.
* Adding libdvdcss-dev suggests in libdvdread-dev.
* Removing libdvdread3-dev provides in libdvdread-dev, eventually not used
  anymore.
* Updating to standards 3.8.0.
* Shortening long description of libdvdread-dev.

Show diffs side-by-side

added added

removed removed

Lines of Context:
29
29
 #define SYS_BSD 1
30
30
 #endif
31
31
 
 
32
@@ -409,7 +409,7 @@
 
33
 */
 
34
 static char *bsd_block2char( const char *path )
 
35
 {
 
36
-#if defined(__FreeBSD__) || defined(__DragonFly__)
 
37
+#if defined(__FreeBSD__) || defined(__FreeBSD_kernel__) || defined(__DragonFly__)
 
38
   return (char *) strdup( path );
 
39
 #else
 
40
   char *new_path;