diff options
Diffstat (limited to 'net-p2p/libtorrent/Makefile')
-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 |