summaryrefslogtreecommitdiff
path: root/devel/geany/files/extra-patch-src-socket.c
diff options
context:
space:
mode:
authorCheng-Lung Sung <clsung@FreeBSD.org>2006-10-08 17:06:06 +0000
committerCheng-Lung Sung <clsung@FreeBSD.org>2006-10-08 17:06:06 +0000
commit56f7cc65e273b91d03315aec0704ab8cc578a786 (patch)
treeb32b468aeda7f13729f27c5bcf41ae595cfe9d4f /devel/geany/files/extra-patch-src-socket.c
parent- Take maintainership (maintainer address bounces - recipient rejected). (diff)
- Update to 0.9
- move from X11BASE to LOCALBASE - make portlint happy - new fixed pkg-plist PR: ports/102838 Submitted by: Stick Bit <stickybit_AT_gmx dot net> Approved by: maintainer (Remington Lang)
Notes
Notes: svn path=/head/; revision=174972
Diffstat (limited to 'devel/geany/files/extra-patch-src-socket.c')
-rw-r--r--devel/geany/files/extra-patch-src-socket.c12
1 files changed, 12 insertions, 0 deletions
diff --git a/devel/geany/files/extra-patch-src-socket.c b/devel/geany/files/extra-patch-src-socket.c
new file mode 100644
index 000000000000..9a5565415623
--- /dev/null
+++ b/devel/geany/files/extra-patch-src-socket.c
@@ -0,0 +1,12 @@
+--- src/socket.c.orig Wed Sep 27 00:29:44 2006
++++ src/socket.c Mon Oct 2 15:40:39 2006
+@@ -26,6 +26,9 @@
+ #ifdef HAVE_SOCKET
+
+ #ifndef G_OS_WIN32
++# include <string.h>
++# include <sys/time.h>
++# include <sys/types.h>
+ # include <sys/socket.h>
+ # include <sys/un.h>
+ # include <netinet/in.h>