summaryrefslogtreecommitdiff
path: root/net-p2p/libtorrent
diff options
context:
space:
mode:
authorFlorent Thoumie <flz@FreeBSD.org>2008-11-16 22:22:06 +0000
committerFlorent Thoumie <flz@FreeBSD.org>2008-11-16 22:22:06 +0000
commit6d3eeda668cb7629d71b896331e30411d74b6051 (patch)
tree58e2e835cd310c8bf133fd52ca973d12217b5dc8 /net-p2p/libtorrent
parent- fix plist for -DNOPORTDOCS (diff)
Only add extra patches if they are present.
PR: ports/128775 [1], ports/128807 [2], ports/128921 [3] Submitted by: Sunpoet Po-Chuan Hsieh <sunpoet@sunpoet.net> [1] Jimmie James <jimmiejaz@gmail.com> [2] Falko Richter <xendorphin@gmail.com> [3]
Notes
Notes: svn path=/head/; revision=222946
Diffstat (limited to 'net-p2p/libtorrent')
-rw-r--r--net-p2p/libtorrent/Makefile2
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