From c274b176b4010f5aa1bb8e0b5c9bde2bca1df34d Mon Sep 17 00:00:00 2001 From: John Marino Date: Sun, 18 Dec 2016 03:35:36 +0000 Subject: audio/libworkman: Bring in DF support from dports --- audio/libworkman/files/patch-include_wm__config.h | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 audio/libworkman/files/patch-include_wm__config.h (limited to 'audio/libworkman/files/patch-include_wm__config.h') diff --git a/audio/libworkman/files/patch-include_wm__config.h b/audio/libworkman/files/patch-include_wm__config.h new file mode 100644 index 000000000000..f96f67f31599 --- /dev/null +++ b/audio/libworkman/files/patch-include_wm__config.h @@ -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" + -- cgit v1.2.3