aboutsummaryrefslogtreecommitdiffstats
path: root/math/guppi
diff options
context:
space:
mode:
authormarcus <marcus@FreeBSD.org>2004-08-23 06:05:58 +0800
committermarcus <marcus@FreeBSD.org>2004-08-23 06:05:58 +0800
commit18ab4ea0aee293738de3ed1129e08a5194de0dd7 (patch)
tree1f4f3e45427d85c14bda31eb23a14824e5602f8e /math/guppi
parentb151ea196363effdde2485515da12104ee662dfa (diff)
downloadfreebsd-ports-gnome-18ab4ea0aee293738de3ed1129e08a5194de0dd7.tar.gz
freebsd-ports-gnome-18ab4ea0aee293738de3ed1129e08a5194de0dd7.tar.zst
freebsd-ports-gnome-18ab4ea0aee293738de3ed1129e08a5194de0dd7.zip
Fix build with gcc-3.4.2.
Reported by: pointyhat
Diffstat (limited to 'math/guppi')
-rw-r--r--math/guppi/files/patch-src_libguppipilot_guppi-view-interval.c10
1 files changed, 10 insertions, 0 deletions
diff --git a/math/guppi/files/patch-src_libguppipilot_guppi-view-interval.c b/math/guppi/files/patch-src_libguppipilot_guppi-view-interval.c
new file mode 100644
index 000000000000..02dac3e0f850
--- /dev/null
+++ b/math/guppi/files/patch-src_libguppipilot_guppi-view-interval.c
@@ -0,0 +1,10 @@
+--- src/libguppipilot/guppi-view-interval.c.orig Sun Aug 22 18:02:50 2004
++++ src/libguppipilot/guppi-view-interval.c Sun Aug 22 18:03:02 2004
+@@ -227,6 +227,7 @@
+ #endif
+
+ default:
++ ;
+ }
+
+ return TRUE;