freebsd-ports/net-p2p/rblibtorrent-devel/files/patch-socket_ops.hpp
Alejandro Pulver e6b19a2752 - Add USE_GCC=3.4 since doesn't build with 4.x (seems a devel/boost problem).
- Add part of removed patch to sync with net-p2p/rblibtorrent, since they are
  currently of the same version.
2007-06-05 09:42:04 +00:00

10 lines
419 B
C++

--- include/libtorrent/asio/detail/socket_ops.hpp Wed May 16 00:35:55 2007
+++ include/libtorrent/asio/detail/socket_ops.hpp.orig Wed May 16 00:35:45 2007
66c66
< #if defined(__MACH__) && defined(__APPLE__)
---
> #if defined(__MACH__) && defined(__APPLE__) || defined(__FreeBSD__)
298c298
< #elif defined(__MACH__) && defined(__APPLE__)
---
> #elif defined(__MACH__) && defined(__APPLE__) || defined(__FreeBSD__)