ports/audio/grip/files/patch-src_tray.c
Ben Woods 28c149963b audio/grip: Update to 3.6.1
- Change default device to /dev/cd0 to match FreeBSD default from 10.0
- Fix master sites as the distfile fetch was failing
- Correct depends and USE_ flags (pet stage QA)
- Bypass build warnings which were previously present but were being
  promoted to errors with this update
2017-10-31 08:29:06 +00:00

10 lines
186 B
C

--- src/tray.c.orig 2017-07-31 21:04:11 UTC
+++ src/tray.c
@@ -21,6 +21,7 @@
*/
#include "cdplay.h"
+#include "common.h"
#include "tray.h"
#include "rip.h"
#include "uihelper.h"