pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/www/nostromo nostromo: fix build.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/5051029d76ca
branches:  trunk
changeset: 452642:5051029d76ca
user:      nia <nia%pkgsrc.org@localhost>
date:      Fri May 14 10:28:21 2021 +0000

description:
nostromo: fix build.

diffstat:

 www/nostromo/Makefile |  6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)

diffs (25 lines):

diff -r d9493ab262aa -r 5051029d76ca www/nostromo/Makefile
--- a/www/nostromo/Makefile     Fri May 14 10:26:28 2021 +0000
+++ b/www/nostromo/Makefile     Fri May 14 10:28:21 2021 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2020/12/03 10:45:54 ast Exp $
+# $NetBSD: Makefile,v 1.8 2021/05/14 10:28:21 nia Exp $
 
 DISTNAME=      nostromo-1.9.9
 PKGREVISION=   3
@@ -17,6 +17,9 @@
 RCD_SCRIPTS=   nostromo
 EGDIR=         share/examples/nostromo
 
+# Otherwise, libmy gets linked before it is generated
+MAKE_JOBS_SAFE=        no
+
 INSTALLATION_DIRS=     sbin share/examples/rc.d ${PKGMANDIR}/man8
 INSTALLATION_DIRS+=    ${EGDIR}
 INSTALLATION_DIRS+=    ${EGDIR}/conf
@@ -37,4 +40,5 @@
 
 BUILDLINK_TRANSFORM+=  rm:-Werror
 
+.include "../../security/openssl/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index