diff options
author | Andrej Zverev <az@FreeBSD.org> | 2013-11-03 17:39:09 +0000 |
---|---|---|
committer | Andrej Zverev <az@FreeBSD.org> | 2013-11-03 17:39:09 +0000 |
commit | 48fabd02d96066ce5590c6d99c69c994eb78cf9b (patch) | |
tree | 80d730f0456901b9d6197e884c7f263c2e73ab0f /net-p2p/rtorrent | |
parent | d0bc1031163f0cf9537eb1212a1e75d1a2968cd6 (diff) | |
download | ports-48fabd02d96066ce5590c6d99c69c994eb78cf9b.tar.gz ports-48fabd02d96066ce5590c6d99c69c994eb78cf9b.zip |
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/Makefile | 2 |
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 |