aboutsummaryrefslogtreecommitdiffstats
path: root/net
diff options
context:
space:
mode:
authorwxs <wxs@FreeBSD.org>2009-03-24 21:52:34 +0800
committerwxs <wxs@FreeBSD.org>2009-03-24 21:52:34 +0800
commit6b2b7293ffabe36cdf29076280ac9bcc6a6f81c0 (patch)
treeba86ebca09ca79a72f20f459cc5892265279c92d /net
parent9a95f0ccd086a13521c8fc54119078577e65f2da (diff)
downloadfreebsd-ports-gnome-6b2b7293ffabe36cdf29076280ac9bcc6a6f81c0.tar.gz
freebsd-ports-gnome-6b2b7293ffabe36cdf29076280ac9bcc6a6f81c0.tar.zst
freebsd-ports-gnome-6b2b7293ffabe36cdf29076280ac9bcc6a6f81c0.zip
- Add patch to fix build on recent -CURRENT.
Submitted by: Cezary Morga <cm@therek.net> (maintainer, private mail)
Diffstat (limited to 'net')
-rw-r--r--net/wol/files/patch-lib-getline.h15
1 files changed, 15 insertions, 0 deletions
diff --git a/net/wol/files/patch-lib-getline.h b/net/wol/files/patch-lib-getline.h
new file mode 100644
index 000000000000..c8c4491dc6ed
--- /dev/null
+++ b/net/wol/files/patch-lib-getline.h
@@ -0,0 +1,15 @@
+--- lib/getline.h.orig 2009-03-19 21:29:20.290594165 +0000
++++ lib/getline.h 2009-03-19 21:29:39.070549165 +0000
+@@ -28,10 +28,10 @@
+ # endif
+
+ # if __GLIBC__ < 2
+-int
++ssize_t
+ getline PARAMS ((char **_lineptr, size_t *_n, FILE *_stream));
+
+-int
++ssize_t
+ getdelim PARAMS ((char **_lineptr, size_t *_n, int _delimiter, FILE *_stream));
+ # endif
+