summaryrefslogtreecommitdiff
path: root/net/libsocket++
diff options
context:
space:
mode:
authorTilman Keskinoz <arved@FreeBSD.org>2003-10-13 12:53:58 +0000
committerTilman Keskinoz <arved@FreeBSD.org>2003-10-13 12:53:58 +0000
commit87cb7051d5f24e4e77a7c3703f41f9dd93fd0683 (patch)
treeae7cfe9e1c6ac52c3815b40ab03fff58553031a7 /net/libsocket++
parentAdd p5-Lingua-ZH-Toke 0.01, a Chinese Tokenizer on steroids. (diff)
Fix build on 5.x
Reported by: bento
Notes
Notes: svn path=/head/; revision=91037
Diffstat (limited to 'net/libsocket++')
-rw-r--r--net/libsocket++/files/patch-local.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/net/libsocket++/files/patch-local.h b/net/libsocket++/files/patch-local.h
new file mode 100644
index 000000000000..6961b3a69c1c
--- /dev/null
+++ b/net/libsocket++/files/patch-local.h
@@ -0,0 +1,11 @@
+--- socket++/local.h.orig Mon Oct 13 14:36:26 2003
++++ socket++/local.h Mon Oct 13 14:37:03 2003
+@@ -89,7 +89,7 @@
+ // arpa/in.h does not provide a protype for the following
+ extern "C" char* inet_ntoa (in_addr ina);
+
+-#if !defined (__linux__)
++#if !(defined (__linux__) || defined(__FreeBSD__))
+ extern "C" int gethostname (char* hostname, int len);
+ #if !(defined(__FreeBSD__) || defined(__NetBSD__) || defined(__OpenBSD__) || defined(__bsdi__) || defined(__APPLE__))
+ extern char* SYS_SIGLIST [];