diff options
author | Jose Alonso Cardenas Marquez <acm@FreeBSD.org> | 2007-12-22 06:59:01 +0000 |
---|---|---|
committer | Jose Alonso Cardenas Marquez <acm@FreeBSD.org> | 2007-12-22 06:59:01 +0000 |
commit | aafefd160cb7c55fa4295f5678fe3fe13c620eec (patch) | |
tree | 702f6edf18e3c765e4c3ea27dc85f823d3b9a73c /net/twinkle/files/patch-src_address_book.h | |
parent | - Add missing dependencies (diff) |
- Update to 1.1
- Add new libxml2 dependency
- Add USE_PERL5. It fixes a problem with all FreeBSD versions [1]
- Add pkg-message file
Reported by: pav [1]
Notes
Notes:
svn path=/head/; revision=204322
Diffstat (limited to 'net/twinkle/files/patch-src_address_book.h')
-rw-r--r-- | net/twinkle/files/patch-src_address_book.h | 17 |
1 files changed, 9 insertions, 8 deletions
diff --git a/net/twinkle/files/patch-src_address_book.h b/net/twinkle/files/patch-src_address_book.h index 87b9793016f7..4e180dd77d96 100644 --- a/net/twinkle/files/patch-src_address_book.h +++ b/net/twinkle/files/patch-src_address_book.h @@ -1,11 +1,12 @@ ---- src/address_book.h Sun Jan 7 02:47:33 2007 -+++ src/address_book.h Sun Feb 4 17:40:26 2007 -@@ -25,6 +25,8 @@ +--- src/address_book.h 2007-11-11 13:35:53.000000000 -0500 ++++ src/address_book.h 2007-11-11 13:36:25.000000000 -0500 +@@ -27,6 +27,9 @@ + #include <string> + #include <list> + ++#include <sys/types.h> ++#include <sys/stat.h> ++ #include "user.h" #include "sockets/url.h" #include "threads/mutex.h" -+#include <sys/types.h> -+#include <sys/stat.h> - - using namespace std; - |