Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion ports/audio/alsa-plugins/Makefile.DragonFly

This file was deleted.

3 changes: 0 additions & 3 deletions ports/audio/alsa-plugins/STATUS

This file was deleted.

7 changes: 7 additions & 0 deletions ports/audio/alsa-plugins/overlay.dops
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
target @any
port audio/alsa-plugins
type port
reason "auto-converted from Makefile.DragonFly"

mk set OPTIONS_DEFAULT ""
text replace-once file files/patch-oss_pcm__oss.c from "static int oss_hw_constraint(snd_pcm_oss_t *oss)\n {\n+#ifdef __FreeBSD__" to "static int oss_hw_constraint(snd_pcm_oss_t *oss)\n {\n+#if defined(__FreeBSD__) || defined(__DragonFly__)"
Loading