diff options
author | asau <asau@pkgsrc.org> | 2010-02-19 13:22:33 +0000 |
---|---|---|
committer | asau <asau@pkgsrc.org> | 2010-02-19 13:22:33 +0000 |
commit | b0ab5642525b3ae5aa0592277ef879e25555ffe1 (patch) | |
tree | fb4795dbf35d42e6b5ecd91bcbf7ac4b3a2eebf8 /net/tightvnc | |
parent | 69bbac9e71caecf4d5b1364e770470c4ddd306ee (diff) | |
download | pkgsrc-b0ab5642525b3ae5aa0592277ef879e25555ffe1.tar.gz |
Fix FreeBSD build. PR pkg/33224
Diffstat (limited to 'net/tightvnc')
-rw-r--r-- | net/tightvnc/distinfo | 3 | ||||
-rw-r--r-- | net/tightvnc/patches/patch-an | 14 |
2 files changed, 16 insertions, 1 deletions
diff --git a/net/tightvnc/distinfo b/net/tightvnc/distinfo index 63240e8e029..9184d5bedea 100644 --- a/net/tightvnc/distinfo +++ b/net/tightvnc/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.15 2009/06/08 15:23:26 tnn Exp $ +$NetBSD: distinfo,v 1.16 2010/02/19 13:22:33 asau Exp $ SHA1 (tightvnc-1.3.10_unixsrc.tar.bz2) = ab4ed3d8e9d5188edf0ff27fce3027495f1a8851 RMD160 (tightvnc-1.3.10_unixsrc.tar.bz2) = 0c24207ec13c1d41f445ccbdea16ce2b5d0729a7 @@ -16,3 +16,4 @@ SHA1 (patch-aj) = bac4b0703f86f10a8a39a2de255694517330af22 SHA1 (patch-ak) = f79238fabee0dfcf6c8ffa29c269d0d70d2f362f SHA1 (patch-al) = 4a5cbb99b4ddde6ac64050f1efd3005548828442 SHA1 (patch-am) = 2de40589cc8ff7401086d6400655123f0eaeff3a +SHA1 (patch-an) = f6a87780d4fb51a7e5bd2e171f6bbf0165101477 diff --git a/net/tightvnc/patches/patch-an b/net/tightvnc/patches/patch-an new file mode 100644 index 00000000000..345dd761022 --- /dev/null +++ b/net/tightvnc/patches/patch-an @@ -0,0 +1,14 @@ +$NetBSD: patch-an,v 1.1 2010/02/19 13:22:33 asau Exp $ + +--- Xvnc/include/Xos.h.orig 2000-06-11 16:00:51.000000000 +0400 ++++ Xvnc/include/Xos.h 2010-02-19 16:07:44.000000000 +0300 +@@ -151,7 +151,9 @@ + #endif /* X_NOT_POSIX else */ + + #ifdef CSRG_BASED ++#ifndef __FreeBSD__ + #include <stdlib.h> ++#endif + #include <unistd.h> + #endif /* CSRG_BASED */ + |