summaryrefslogtreecommitdiff
path: root/math/guppi/files/patch-src_libguppiplot_guppi-root-group-item.c
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2004-09-06 19:08:13 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2004-09-06 19:08:13 +0000
commit6132935ab690e31744958c53c42396073e4dc3b2 (patch)
tree74c8145dbf941706ffb5c4b068c21a0fa0561613 /math/guppi/files/patch-src_libguppiplot_guppi-root-group-item.c
parentFixed installation on 5.x and 6.x. (diff)
Fix the build with GCC 3.4.2.
Reported by: pointyhat Approved by: portmgr (implicit)
Diffstat (limited to 'math/guppi/files/patch-src_libguppiplot_guppi-root-group-item.c')
-rw-r--r--math/guppi/files/patch-src_libguppiplot_guppi-root-group-item.c18
1 files changed, 18 insertions, 0 deletions
diff --git a/math/guppi/files/patch-src_libguppiplot_guppi-root-group-item.c b/math/guppi/files/patch-src_libguppiplot_guppi-root-group-item.c
new file mode 100644
index 000000000000..8d53b397c82e
--- /dev/null
+++ b/math/guppi/files/patch-src_libguppiplot_guppi-root-group-item.c
@@ -0,0 +1,18 @@
+--- src/libguppiplot/guppi-root-group-item.c.orig Mon Sep 6 15:01:23 2004
++++ src/libguppiplot/guppi-root-group-item.c Mon Sep 6 15:01:35 2004
+@@ -548,6 +548,7 @@
+ return motion_notify_event (root, &(ev->motion));
+
+ default:
++ ;
+ }
+
+ return FALSE;
+@@ -777,6 +778,7 @@
+ case ROOT_GROUP_RESIZE_NONE:
+ default:
+ /* insure we do nothing */
++ ;
+ }
+
+ if (please_resize_canvas)