diff options
author | pav <pav@FreeBSD.org> | 2005-09-20 07:48:02 +0000 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2005-09-20 07:48:02 +0000 |
commit | 205b8db8d2136a7dbe9f4ed01f7ac2d3dc87b244 (patch) | |
tree | a82d8a67a17c0cca95fa6377034f4b019f37a56e /net/vyqchat/files/patch-src-uuid.cpp | |
parent | 740f14937291b3294fdb23b71c494cecd878220b (diff) | |
download | FreeBSD-ports-205b8db8d2136a7dbe9f4ed01f7ac2d3dc87b244.zip FreeBSD-ports-205b8db8d2136a7dbe9f4ed01f7ac2d3dc87b244.tar.gz |
- Fix compile on FreeBSD 4.X
- Fix libaudiofile dependency
Submitted by: maintainer
Diffstat (limited to 'net/vyqchat/files/patch-src-uuid.cpp')
-rw-r--r-- | net/vyqchat/files/patch-src-uuid.cpp | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/net/vyqchat/files/patch-src-uuid.cpp b/net/vyqchat/files/patch-src-uuid.cpp index 1087279..40f63de 100644 --- a/net/vyqchat/files/patch-src-uuid.cpp +++ b/net/vyqchat/files/patch-src-uuid.cpp @@ -1,15 +1,16 @@ ---- src/uuid.cpp.orig Mon Jul 18 20:54:08 2005 -+++ src/uuid.cpp Sat Sep 17 23:03:48 2005 -@@ -12,7 +12,7 @@ +--- src/uuid.cpp Mon Jul 18 21:54:08 2005 ++++ src/uuid.cpp Sun Sep 18 21:21:21 2005 +@@ -12,7 +12,8 @@ #include "uuid.h" #include <qstring.h> -#include <openssl/rand.h> ++#include <unistd.h> +#include <fcntl.h> UUID::UUID(): QByteArray(UUID_LEN)/*{{{*/ { -@@ -35,7 +35,9 @@ +@@ -35,7 +36,9 @@ void UUID::generate()/*{{{*/ { |