aboutsummaryrefslogtreecommitdiff
path: root/textproc/rot
diff options
context:
space:
mode:
authorGuido Falsi <madpilot@FreeBSD.org>2013-06-13 22:45:37 +0000
committerGuido Falsi <madpilot@FreeBSD.org>2013-06-13 22:45:37 +0000
commit2ea0692bf59aec6cefe7bf5854b1979b7c5fcf0b (patch)
tree23a7f317cfd9f0d6006e317b0aceb5282f029679 /textproc/rot
parent490a9407b8ecb6577a0f113e3242c442ccd2beb9 (diff)
downloadports-2ea0692bf59aec6cefe7bf5854b1979b7c5fcf0b.tar.gz
ports-2ea0692bf59aec6cefe7bf5854b1979b7c5fcf0b.zip
Fix build with clang.
Notes
Notes: svn path=/head/; revision=320846
Diffstat (limited to 'textproc/rot')
-rw-r--r--textproc/rot/files/patch-rot.c27
1 files changed, 27 insertions, 0 deletions
diff --git a/textproc/rot/files/patch-rot.c b/textproc/rot/files/patch-rot.c
new file mode 100644
index 000000000000..1d0025fa9c54
--- /dev/null
+++ b/textproc/rot/files/patch-rot.c
@@ -0,0 +1,27 @@
+--- rot.c.orig 1989-03-05 02:11:02.000000000 +0100
++++ rot.c 2013-06-14 00:36:58.068387596 +0200
+@@ -244,10 +244,10 @@
+ if (i2 >= 0L)
+ {
+ if (seekinput (sum + z + col, 1) == -1)
+- return;
++ return 0;
+
+ if ((c = getinput()) == EOF)
+- return; /* end of input */
++ return 0; /* end of input */
+
+ if (c == ' ' && !bflag)
+ holdbl++;
+@@ -292,9 +292,9 @@
+ if (i2 > 0L)
+ {
+ if (seekinput (- (sum + z + 2L), 1) == -1)
+- return;
++ return 0;
+ if ((c = getinput()) == EOF)
+- return; /* end of input */
++ return 0; /* end of input */
+
+ if (c == ' ' && !bflag)
+ holdbl++;