aboutsummaryrefslogtreecommitdiffstats
path: root/devel/dev86
diff options
context:
space:
mode:
authorzeising <zeising@FreeBSD.org>2012-07-29 20:42:43 +0800
committerzeising <zeising@FreeBSD.org>2012-07-29 20:42:43 +0800
commit8bbb6de5d92c95ea13070dff3bb7bbce6f3202e0 (patch)
treec7ef48d5e8ee2adb5c42584405c177ef70bbd9fb /devel/dev86
parent5927b70bad374e5257bf2467ed18cb740872a396 (diff)
downloadfreebsd-ports-gnome-8bbb6de5d92c95ea13070dff3bb7bbce6f3202e0.tar.gz
freebsd-ports-gnome-8bbb6de5d92c95ea13070dff3bb7bbce6f3202e0.tar.zst
freebsd-ports-gnome-8bbb6de5d92c95ea13070dff3bb7bbce6f3202e0.zip
Fix build with clang
PR: ports/170067 Submitted by: me Approved by: maintainer, kwm (mentor)
Diffstat (limited to 'devel/dev86')
-rw-r--r--devel/dev86/files/patch-unproto__tok_io.c11
1 files changed, 11 insertions, 0 deletions
diff --git a/devel/dev86/files/patch-unproto__tok_io.c b/devel/dev86/files/patch-unproto__tok_io.c
new file mode 100644
index 000000000000..eb1284a0644a
--- /dev/null
+++ b/devel/dev86/files/patch-unproto__tok_io.c
@@ -0,0 +1,11 @@
+--- unproto/tok_io.c.orig 2012-07-22 15:06:47.000000000 +0200
++++ unproto/tok_io.c 2012-07-22 15:08:08.000000000 +0200
+@@ -189,7 +189,7 @@
+
+ /* do_control - parse control line */
+
+-static int do_control()
++static void do_control()
+ {
+ struct token *t;
+ int line;