summaryrefslogtreecommitdiff
path: root/x11/florence/files/patch-src_trace.c
diff options
context:
space:
mode:
authorKris Moore <kmoore@FreeBSD.org>2013-03-25 14:23:02 +0000
committerKris Moore <kmoore@FreeBSD.org>2013-03-25 14:23:02 +0000
commite6368c93e3ed374568d26f6795e8341ad19e4bfe (patch)
tree26e96a68bdd8b36d089ecc03454e09d588312a26 /x11/florence/files/patch-src_trace.c
parent- Add dependence on libglut [1] (diff)
- Fix breakage caused by glib2 update
PR: 177307 Submitted by: John Marino <draco@marino.st>
Notes
Notes: svn path=/head/; revision=315228
Diffstat (limited to 'x11/florence/files/patch-src_trace.c')
-rw-r--r--x11/florence/files/patch-src_trace.c12
1 files changed, 12 insertions, 0 deletions
diff --git a/x11/florence/files/patch-src_trace.c b/x11/florence/files/patch-src_trace.c
new file mode 100644
index 000000000000..3bb10603898c
--- /dev/null
+++ b/x11/florence/files/patch-src_trace.c
@@ -0,0 +1,12 @@
+--- src/trace.c.orig 2010-11-28 14:59:13.000000000 +0000
++++ src/trace.c
+@@ -22,9 +22,7 @@
+ #include "trace.h"
+ #include "system.h"
+ #include <glib/gprintf.h>
+-#include <glib/gutils.h>
+-#include <glib/gslist.h>
+-#include <glib/gstrfuncs.h>
++#include <glib.h>
+ #include <stdio.h>
+ #include <stdarg.h>