summaryrefslogtreecommitdiff
path: root/graphics/gpaint
diff options
context:
space:
mode:
authorTilman Keskinoz <arved@FreeBSD.org>2004-08-16 14:12:59 +0000
committerTilman Keskinoz <arved@FreeBSD.org>2004-08-16 14:12:59 +0000
commit19861c3fff39221c3109deafb58e73953f19fae8 (patch)
tree9adad56b02f6e3b3d237f0d3a7dbac94efe2ac20 /graphics/gpaint
parentUpdate to 21.5.17. (diff)
Fix build with gcc 3.4
Notes
Notes: svn path=/head/; revision=116406
Diffstat (limited to 'graphics/gpaint')
-rw-r--r--graphics/gpaint/files/patch-src::util.c20
1 files changed, 20 insertions, 0 deletions
diff --git a/graphics/gpaint/files/patch-src::util.c b/graphics/gpaint/files/patch-src::util.c
new file mode 100644
index 000000000000..b02357b79850
--- /dev/null
+++ b/graphics/gpaint/files/patch-src::util.c
@@ -0,0 +1,20 @@
+--- src/util.c.orig Mon Aug 16 16:09:49 2004
++++ src/util.c Mon Aug 16 16:10:57 2004
+@@ -995,7 +995,7 @@
+ break;
+
+ default:
+-
++ break;
+ }
+ ibuf->mx = x;
+ ibuf->my = y;
+@@ -1147,7 +1147,7 @@
+ break;
+
+ default:
+-
++ break;
+ }
+ ibuf->lx = INT_MIN;
+ ibuf->ly = INT_MIN;