mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-06 22:51:41 +00:00
4f9241fa57
Vrweb is obsolete by its authors and the new version is java-based VRWave ( not ported yet ) so I don't work around this but somebody may make this port works again..
15 lines
366 B
Plaintext
15 lines
366 B
Plaintext
*** src/common/utils/unixsocket.C.orig Mon Jun 23 02:12:28 1997
|
|
--- src/common/utils/unixsocket.C Mon Jun 23 02:17:04 1997
|
|
***************
|
|
*** 67,72 ****
|
|
--- 67,75 ----
|
|
#if defined(BSDI)
|
|
# define DONT_HAVE_SENDFD
|
|
#endif
|
|
+ #if defined(FreeBSD)
|
|
+ # define DONT_HAVE_SENDFD
|
|
+ #endif
|
|
|
|
#if ! (defined HAVE_SENDFD || defined DONT_HAVE_SENDFD)
|
|
#error SEND_FD
|