aboutsummaryrefslogtreecommitdiff
path: root/x11/gpctool/files
diff options
context:
space:
mode:
authorPietro Cerutti <gahr@FreeBSD.org>2011-09-07 08:28:13 +0000
committerPietro Cerutti <gahr@FreeBSD.org>2011-09-07 08:28:13 +0000
commit25ec1c992759f2cf0f2f2f135852f52ff6f33f71 (patch)
tree15ec03df76d8478e2e7b95220ecfdaccce511127 /x11/gpctool/files
parentf764b7ec744f962acee3e003bf02cb1e8cd25f2b (diff)
downloadports-25ec1c992759f2cf0f2f2f135852f52ff6f33f71.tar.gz
ports-25ec1c992759f2cf0f2f2f135852f52ff6f33f71.zip
Notes
Diffstat (limited to 'x11/gpctool/files')
-rw-r--r--x11/gpctool/files/patch-includes6
1 files changed, 4 insertions, 2 deletions
diff --git a/x11/gpctool/files/patch-includes b/x11/gpctool/files/patch-includes
index 8935df38be81..3ed8ea7c2c1a 100644
--- a/x11/gpctool/files/patch-includes
+++ b/x11/gpctool/files/patch-includes
@@ -17,7 +17,7 @@
--- callbacks.c Tue Jul 4 10:28:09 2000
+++ callbacks.c Sat Oct 22 02:51:38 2005
-@@ -30,7 +30,6 @@
+@@ -30,7 +30,7 @@
-#include "forms.h"
@@ -25,15 +25,17 @@
-#include "gpctool.h"
+#include <forms.h>
+#include <stdlib.h>
++#include <stdbool.h>
#include "appl.h"
/*
--- graphics.c Tue Jul 4 10:28:10 2000
+++ graphics.c Sat Oct 22 02:53:08 2005
-@@ -30,5 +30,5 @@
+@@ -30,5 +30,6 @@
-#include "gpc.h"
+#include <gpc.h>
++#include <stdbool.h>
#include "appl.h"
#include <float.h>
@@ -37,4 +37,5 @@