diff options
author | Gabor Pali <pgj@FreeBSD.org> | 2013-11-28 07:17:03 +0000 |
---|---|---|
committer | Gabor Pali <pgj@FreeBSD.org> | 2013-11-28 07:17:03 +0000 |
commit | 21071c5ef5c6e9eca384ee3472c34ced08225afb (patch) | |
tree | 1aa4b2a29b63d23a4e7b11a3b2a22143fa9fa678 /devel/libbobcat/files/patch-hostname-hostname.ih | |
parent | - Update to 3.03.0 (diff) |
- Update to 3.18.01
- Add support for staging, use shebangfix, switch to GCC 4.7
- Give up maintainership
Notes
Notes:
svn path=/head/; revision=335079
Diffstat (limited to 'devel/libbobcat/files/patch-hostname-hostname.ih')
-rw-r--r-- | devel/libbobcat/files/patch-hostname-hostname.ih | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/devel/libbobcat/files/patch-hostname-hostname.ih b/devel/libbobcat/files/patch-hostname-hostname.ih deleted file mode 100644 index 05e9a911bf27..000000000000 --- a/devel/libbobcat/files/patch-hostname-hostname.ih +++ /dev/null @@ -1,12 +0,0 @@ ---- hostname/hostname.ih.orig 2007-02-13 13:29:39.000000000 +0100 -+++ hostname/hostname.ih 2009-03-10 05:44:08.000000000 +0100 -@@ -3,6 +3,9 @@ - #include <bobcat/inetaddress> - #include <bobcat/gethostent> - #include <netdb.h> -+#ifdef __FreeBSD__ -+#include <sys/socket.h> -+#endif - - using namespace std; - using namespace FBB; |