diff options
| author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2004-09-06 19:08:13 +0000 |
|---|---|---|
| committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2004-09-06 19:08:13 +0000 |
| commit | 6132935ab690e31744958c53c42396073e4dc3b2 (patch) | |
| tree | 74c8145dbf941706ffb5c4b068c21a0fa0561613 /math/guppi/files/patch-src_demo.c | |
| parent | Fixed 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_demo.c')
| -rw-r--r-- | math/guppi/files/patch-src_demo.c | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/math/guppi/files/patch-src_demo.c b/math/guppi/files/patch-src_demo.c new file mode 100644 index 000000000000..c570364eb665 --- /dev/null +++ b/math/guppi/files/patch-src_demo.c @@ -0,0 +1,10 @@ +--- src/demo.c.orig Mon Sep 6 15:02:21 2004 ++++ src/demo.c Mon Sep 6 15:02:35 2004 +@@ -451,6 +451,7 @@ + compass_pos = GUPPI_NORTH; + break; + default: ++ ; + } + + guppi_element_state_set (state, |
