mirror of
https://git.freebsd.org/ports.git
synced 2025-07-15 08:19:13 -04:00
- 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
10 lines
248 B
C
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"
|