diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2004-08-23 06:05:58 +0800 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2004-08-23 06:05:58 +0800 |
commit | ce0b5caa77bcb643b9429cd7f93c911a66ce66e4 (patch) | |
tree | b1d25d373ebb7fc7e0994bb42337acbb64e0b8f7 /math | |
parent | 20ff0b317e39afcef8557cfd42bc4aa66561552d (diff) | |
download | freebsd-ports-gnome-ce0b5caa77bcb643b9429cd7f93c911a66ce66e4.tar.gz freebsd-ports-gnome-ce0b5caa77bcb643b9429cd7f93c911a66ce66e4.tar.zst freebsd-ports-gnome-ce0b5caa77bcb643b9429cd7f93c911a66ce66e4.zip |
Fix build with gcc-3.4.2.
Reported by: pointyhat
Diffstat (limited to 'math')
-rw-r--r-- | math/guppi/files/patch-src_libguppipilot_guppi-view-interval.c | 10 |
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; |