summaryrefslogtreecommitdiff
path: root/lang/ohugs/files
diff options
context:
space:
mode:
authorVolker Stolz <vs@FreeBSD.org>2007-01-23 04:07:14 +0000
committerVolker Stolz <vs@FreeBSD.org>2007-01-23 04:07:14 +0000
commit6965e3b54aec454f98b8c0ebf7d0fbe64208559e (patch)
treed14b75b115a936de376790265177ca7d8e8a671b /lang/ohugs/files
parent- Remove empty plist (diff)
Fix build with GCC 4.1
Notes
Notes: svn path=/head/; revision=183040
Diffstat (limited to 'lang/ohugs/files')
-rw-r--r--lang/ohugs/files/patch-src_omonad.c14
1 files changed, 14 insertions, 0 deletions
diff --git a/lang/ohugs/files/patch-src_omonad.c b/lang/ohugs/files/patch-src_omonad.c
new file mode 100644
index 000000000000..b420b1117953
--- /dev/null
+++ b/lang/ohugs/files/patch-src_omonad.c
@@ -0,0 +1,14 @@
+
+$FreeBSD$
+
+--- src/omonad.c.orig
++++ src/omonad.c
+@@ -526,7 +526,7 @@
+
+ static int maxfd = -1;
+
+-static local void setReader Args((Int,Cell));
++/* static local void setReader Args((Int,Cell)); */
+ static local void addSocket Args((Int, Int, Cell));
+ static local void closeSocket Args((Int, Cell));
+ static local void closeDeleteSocket Args((Int));