summaryrefslogtreecommitdiff
path: root/net-p2p/rtorrent
diff options
context:
space:
mode:
authorAndrej Zverev <az@FreeBSD.org>2013-11-03 17:39:09 +0000
committerAndrej Zverev <az@FreeBSD.org>2013-11-03 17:39:09 +0000
commit48fabd02d96066ce5590c6d99c69c994eb78cf9b (patch)
tree80d730f0456901b9d6197e884c7f263c2e73ab0f /net-p2p/rtorrent
parent- Convert LIB_DEPENDS to new format, missed in previous commit (diff)
put hack for freebsd 10.x under OPSYS, this will unbreak build under dbsd ports
Requested by: marino@
Notes
Notes: svn path=/head/; revision=332632
Diffstat (limited to 'net-p2p/rtorrent')
-rw-r--r--net-p2p/rtorrent/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/net-p2p/rtorrent/Makefile b/net-p2p/rtorrent/Makefile
index 15df94571243..6dea2decbf3a 100644
--- a/net-p2p/rtorrent/Makefile
+++ b/net-p2p/rtorrent/Makefile
@@ -36,7 +36,7 @@ BROKEN= Does not configure on arm
.endif
# Workaround to build and segfault on > 10.x
-.if ${OSVERSION} >= 1000000
+.if ${OPSYS} == "FreeBSD" && ${OSVERSION} >= 1000000
USE_GCC= yes
LDFLAGS+= -lc++
.endif