aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYuri Victorovich <yuri@FreeBSD.org>2021-04-15 16:54:04 +0000
committerYuri Victorovich <yuri@FreeBSD.org>2021-04-15 17:01:31 +0000
commitb2993cf7f634f1cacc48e1557f335926fc3efd93 (patch)
treec285893be8707f3c6f6db531c6fd80f64ce930b9
parent12913c59e09630309451c561c098981e0d869782 (diff)
downloadports-b2993cf7f634f1cacc48e1557f335926fc3efd93.tar.gz
ports-b2993cf7f634f1cacc48e1557f335926fc3efd93.zip
biology/ngs-sdk: Fix build on non-amd64 architectures that was broken by explicit 'amd64' instead of $ARCH
Reported by: fallout
-rw-r--r--biology/ngs-sdk/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/biology/ngs-sdk/Makefile b/biology/ngs-sdk/Makefile
index 6382f767caa6..21517e76a934 100644
--- a/biology/ngs-sdk/Makefile
+++ b/biology/ngs-sdk/Makefile
@@ -35,7 +35,7 @@ do-install: # install target from the project breaks: https://github.com/ncbi/ng
cd ${WRKSRC}/ngs-sdk && ${COPYTREE_SHARE} ngs ${STAGEDIR}${PREFIX}/include
${RM} -r ${STAGEDIR}${PREFIX}/include/ngs/win
# install libraries
- cd ${WRKSRC}/build/ngs-sdk/FreeBSD/clang/amd64/rel/lib && ${COPYTREE_SHARE} . ${STAGEDIR}${PREFIX}/lib
+ cd ${WRKSRC}/build/ngs-sdk/FreeBSD/clang/${ARCH}/rel/lib && ${COPYTREE_SHARE} . ${STAGEDIR}${PREFIX}/lib
# The above command installs broken-looking static libs with symlinks.
# This is intentional, see comments https://github.com/ncbi/ncbi-vdb/issues/36#issuecomment-817990790 This may change in future versions.
# strip