diff options
author | Florent Thoumie <flz@FreeBSD.org> | 2008-11-16 22:22:06 +0000 |
---|---|---|
committer | Florent Thoumie <flz@FreeBSD.org> | 2008-11-16 22:22:06 +0000 |
commit | 6d3eeda668cb7629d71b896331e30411d74b6051 (patch) | |
tree | 58e2e835cd310c8bf133fd52ca973d12217b5dc8 /net-p2p/libtorrent | |
parent | 3c95beeeb0db5a65ffa44bb13fe485caa6cfa4b5 (diff) |
Notes
Diffstat (limited to 'net-p2p/libtorrent')
-rw-r--r-- | net-p2p/libtorrent/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/net-p2p/libtorrent/Makefile b/net-p2p/libtorrent/Makefile index cb497979e9e4..b29e6b85b918 100644 --- a/net-p2p/libtorrent/Makefile +++ b/net-p2p/libtorrent/Makefile @@ -28,7 +28,9 @@ USE_OPENSSL= yes USE_LDCONFIG= yes GNU_CONFIGURE= yes +.if exists(${.CURDIR}/files/stable-*) EXTRA_PATCHES?= ${.CURDIR}/files/stable-* +.endif OPTIONS= KQUEUE "Use kqueue(2) support" on |