Index: head/audio/libworkman/files/patch-include_wm__config.h =================================================================== --- head/audio/libworkman/files/patch-include_wm__config.h (nonexistent) +++ head/audio/libworkman/files/patch-include_wm__config.h (revision 428826) @@ -0,0 +1,11 @@ +--- include/wm_config.h.orig 1999-05-05 16:34:22 UTC ++++ include/wm_config.h +@@ -133,7 +133,7 @@ + *** ****** ** ** ****** ****** ** ****** ** * ********** + *** ****** ** ** ** ** **** *** *********** + ******************************************************************/ +-#if defined(__FreeBSD__) || defined(__NetBSD__) ++#if defined(__FreeBSD__) || defined(__NetBSD__) || defined(__DragonFly__) + + #define DEFAULT_CD_DEVICE "/dev/rmatcd0c" + Property changes on: head/audio/libworkman/files/patch-include_wm__config.h ___________________________________________________________________ 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 Index: head/audio/libworkman/files/patch-plat__freebsd.c =================================================================== --- head/audio/libworkman/files/patch-plat__freebsd.c (revision 428825) +++ head/audio/libworkman/files/patch-plat__freebsd.c (revision 428826) @@ -1,10 +1,29 @@ --- plat_freebsd.c.orig 1999-03-07 08:36:40 UTC +++ plat_freebsd.c +@@ -30,7 +30,7 @@ + * + */ + +-#if defined(__FreeBSD__) || defined(__NetBSD__) ++#if defined(__FreeBSD__) || defined(__NetBSD__) || defined(__DragonFly__) + + static char freebsd_id[] = "$Id: plat_freebsd.c,v 1.8 1999/03/07 08:36:40 dirk Exp $"; + @@ -49,7 +49,6 @@ static char freebsd_id[] = "$Id: plat_fr #include #include #include -#include #if defined(__NetBSD__) # define MSF_MINUTES 1 +@@ -60,9 +59,6 @@ static char freebsd_id[] = "$Id: plat_fr + #else + # define LEFT_PORT 0 + # define RIGHT_PORT 1 +-# if __FreeBSD_version < 300000 +-# include +-# endif + #endif + + #include "include/wm_struct.h"