diff options
author | flz <flz@FreeBSD.org> | 2008-11-17 06:22:06 +0800 |
---|---|---|
committer | flz <flz@FreeBSD.org> | 2008-11-17 06:22:06 +0800 |
commit | a26b3b1bed785cbaf9f230385913fd8ca7122fda (patch) | |
tree | a89240230104260533ac75e236ab0e5ddced976a /net-p2p/libtorrent-devel/Makefile | |
parent | e8d66583a2563da33671c0c9db32a28735b95401 (diff) | |
download | freebsd-ports-graphics-a26b3b1bed785cbaf9f230385913fd8ca7122fda.tar.gz freebsd-ports-graphics-a26b3b1bed785cbaf9f230385913fd8ca7122fda.tar.zst freebsd-ports-graphics-a26b3b1bed785cbaf9f230385913fd8ca7122fda.zip |
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]
Diffstat (limited to 'net-p2p/libtorrent-devel/Makefile')
-rw-r--r-- | net-p2p/libtorrent-devel/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/net-p2p/libtorrent-devel/Makefile b/net-p2p/libtorrent-devel/Makefile index 8efd9794963..193d183bf7c 100644 --- a/net-p2p/libtorrent-devel/Makefile +++ b/net-p2p/libtorrent-devel/Makefile @@ -22,6 +22,8 @@ CONFLICTS= libtorrent-[0-9]* \ rblibtorrent-[0-9]* \ rblibtorrent-devel-[0-9]* +.if exists(${.CURDIR}/files/devel-*) EXTRA_PATCHES= ${.CURDIR}/files/devel-* +.endif .include "${MASTERDIR}/Makefile" |