summaryrefslogtreecommitdiff
path: root/biology/bedtools
diff options
context:
space:
mode:
authorJan Beich <jbeich@FreeBSD.org>2019-03-04 06:55:08 +0000
committerJan Beich <jbeich@FreeBSD.org>2019-03-04 06:55:08 +0000
commitaf3cf39e995fee1542743a9b72ff4eff1fc7dade (patch)
treef7b54fa04d8d5ba05dae9dabad47ec8c49e5f286 /biology/bedtools
parentaudio/skype-call-recorder: unbreak with libc++ 8 (diff)
biology/bedtools: unbreak with libc++ 8
In file included from FileReader.cpp:1: In file included from /usr/include/c++/v1/iostream:38: In file included from /usr/include/c++/v1/ios:216: In file included from /usr/include/c++/v1/__locale:15: In file included from /usr/include/c++/v1/string:505: In file included from /usr/include/c++/v1/string_view:176: In file included from /usr/include/c++/v1/__string:57: In file included from /usr/include/c++/v1/algorithm:640: In file included from /usr/include/c++/v1/initializer_list:47: In file included from /usr/include/c++/v1/cstddef:38: ../../../utils//gzstream/version:1:1: error: expected unqualified-id 1.5 (08 Jan 2003) ^ PR: 236192 Approved by: portmgr blanket
Notes
Notes: svn path=/head/; revision=494554
Diffstat (limited to 'biology/bedtools')
-rw-r--r--biology/bedtools/Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/biology/bedtools/Makefile b/biology/bedtools/Makefile
index 5a6f4d7bd69d..e3d31bb443fd 100644
--- a/biology/bedtools/Makefile
+++ b/biology/bedtools/Makefile
@@ -17,6 +17,11 @@ USE_GITHUB= yes
GH_ACCOUNT= arq5x
GH_PROJECT= bedtools2
+post-extract:
+# Avoid conflict with C++20 <version> by adding .txt suffix
+ @${MV} ${WRKSRC}/src/utils/gzstream/version \
+ ${WRKSRC}/src/utils/gzstream/version.txt
+
pre-build:
@${REINPLACE_CMD} -e 's|python|${PYTHON_CMD}|g' ${WRKSRC}/Makefile
@${REINPLACE_CMD} -e 's|@\$$(CXX)|$$(CXX)|g' \