pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
ncbi-blast+: Restore --libdir, needed for NetBSD
Module Name: pkgsrc-wip
Committed By: Jason W. Bacon <bacon%NetBSD.org@localhost>
Pushed By: outpaddling
Date: Sat Aug 26 12:11:24 2023 -0500
Changeset: 3a861b038cc09c0738334bce0ed690632f4466be
Modified Files:
ncbi-blast+/Makefile
Log Message:
ncbi-blast+: Restore --libdir, needed for NetBSD
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=3a861b038cc09c0738334bce0ed690632f4466be
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
ncbi-blast+/Makefile | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diffs:
diff --git a/ncbi-blast+/Makefile b/ncbi-blast+/Makefile
index 9858257581..ef936ec3fa 100644
--- a/ncbi-blast+/Makefile
+++ b/ncbi-blast+/Makefile
@@ -41,8 +41,8 @@ MKPIE_SUPPORTED= no # Temporary fix
# Resolve a conflict with libproj by moving libs to a subdir
CONFIGURE_ENV= ncbi_cv_prog_amq_w=no
CONFIGURE_ARGS+= AR="ar cr" --without-boost
-# pkglint warning
-# CONFIGURE_ARGS+= --libdir=${PREFIX}/lib/ncbi-tools++
+# pkglint warning, but build fails on NetBSD without it
+CONFIGURE_ARGS+= --libdir=${PREFIX}/lib/ncbi-tools++
WRKSRC= ${WRKDIR}/${DISTNAME}/c++
.include "../../mk/bsd.prefs.mk"
@@ -69,6 +69,7 @@ post-install:
${FIND} ${DESTDIR}${PREFIX} -name '\.git*' -exec rm -rf '{}' \;
.if ${OPSYS} != Darwin
${STRIP} ${DESTDIR}${PREFIX}/lib/ncbi-tools++/*.so
+ ${RM} -rf ${WRKDIR}/.home
.endif
.include "../../devel/zlib/buildlink3.mk"
Home |
Main Index |
Thread Index |
Old Index