ports/audio/grip/files/patch-src_grip.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
248 B
C

--- src/grip.c.orig 2017-10-29 05:14:15 UTC
+++ src/grip.c
@@ -29,6 +29,7 @@
#include <gdk/gdkx.h>
#include <X11/Xlib.h>
#include <time.h>
+#include <sys/wait.h>
#include "grip.h"
#include <libgnomeui/gnome-window-icon.h>
#include "discdb.h"