Index: head/audio/py-cddb/files/patch-unix_cdrommodule.c =================================================================== --- head/audio/py-cddb/files/patch-unix_cdrommodule.c (nonexistent) +++ head/audio/py-cddb/files/patch-unix_cdrommodule.c (revision 428823) @@ -0,0 +1,20 @@ +--- unix/cdrommodule.c.orig 2003-08-31 23:24:30 UTC ++++ unix/cdrommodule.c +@@ -29,7 +29,7 @@ + #include + #endif + +-#if defined(sun) || defined(__FreeBSD__) || defined(__OpenBSD__) ++#if defined(sun) || defined(__FreeBSD__) || defined(__OpenBSD__) || defined(__DragonFly__) + #include + #endif + +@@ -45,7 +45,7 @@ + * so that we don't have to repeat the code. + */ + +-#ifdef __FreeBSD__ ++#if defined __FreeBSD__ || defined __DragonFly__ + + #define CDDB_TOC_HEADER_STRUCT ioc_toc_header + #define CDDB_STARTING_TRACK_FIELD starting_track Property changes on: head/audio/py-cddb/files/patch-unix_cdrommodule.c ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property