diff options
author | 2007-05-31 21:53:41 +0000 | |
---|---|---|
committer | 2007-05-31 21:53:41 +0000 | |
commit | b7f225e67e00880d1129b98f8d000cd593fc2c0b (patch) | |
tree | 0d90e27de4228e0b508cbe814f97ea198ccf0be1 /net-misc/tightvnc/files | |
parent | Initial import (diff) | |
download | historical-b7f225e67e00880d1129b98f8d000cd593fc2c0b.tar.gz historical-b7f225e67e00880d1129b98f8d000cd593fc2c0b.tar.bz2 historical-b7f225e67e00880d1129b98f8d000cd593fc2c0b.zip |
Add patch to compile on fbsd, thanks to ebfe <knabberknusperhaus at yahoo dot de> for the patch, bug 171945
Package-Manager: portage-2.1.2.9
Diffstat (limited to 'net-misc/tightvnc/files')
-rw-r--r-- | net-misc/tightvnc/files/1.3.9-fbsd.patch | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/net-misc/tightvnc/files/1.3.9-fbsd.patch b/net-misc/tightvnc/files/1.3.9-fbsd.patch new file mode 100644 index 000000000000..e42bd6a12eb7 --- /dev/null +++ b/net-misc/tightvnc/files/1.3.9-fbsd.patch @@ -0,0 +1,15 @@ +--- Xvnc/include/Xos.bak 2007-03-23 18:26:14 +0100 ++++ Xvnc/include/Xos.h 2007-03-23 18:26:22 +0100 +@@ -150,11 +150,6 @@ + #endif + #endif /* X_NOT_POSIX else */ + +-#ifdef CSRG_BASED +-#include <stdlib.h> +-#include <unistd.h> +-#endif /* CSRG_BASED */ +- + /* + * Get struct timeval + */ + |