1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-13 07:34:50 +00:00
freebsd-ports/graphics/giram/files/patch-src+giram.c
Alexey Dokuchaev 15ae431f93 - Resurrect this port, make it build cleanly
- Take maintainership

Approved by:	fjoe (mentor, implicit), linimon
2004-10-27 09:02:53 +00:00

13 lines
290 B
C

--- src/giram.c.orig Sun Dec 29 02:49:03 2002
+++ src/giram.c Tue Oct 26 17:04:03 2004
@@ -26,6 +26,9 @@
#include <sys/types.h>
#include <sys/wait.h>
+#undef GTK_DISABLE_DEPRECATED
+#warning GTK_DISABLE_DEPRECATED
+
#ifndef WAIT_ANY
#define WAIT_ANY (-1)
#endif /* WAIT_ANY */