pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/nostromo



Module Name:    pkgsrc
Committed By:   nia
Date:           Fri May 14 10:28:21 UTC 2021

Modified Files:
        pkgsrc/www/nostromo: Makefile

Log Message:
nostromo: fix build.


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 pkgsrc/www/nostromo/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/www/nostromo/Makefile
diff -u pkgsrc/www/nostromo/Makefile:1.7 pkgsrc/www/nostromo/Makefile:1.8
--- pkgsrc/www/nostromo/Makefile:1.7    Thu Dec  3 10:45:54 2020
+++ pkgsrc/www/nostromo/Makefile        Fri May 14 10:28:21 2021
@@ -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 @@ MAKE_FILE=    GNUmakefile
 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 @@ SUBST_SED.nostromo+=  -e 's,/var/nostromo
 
 BUILDLINK_TRANSFORM+=  rm:-Werror
 
+.include "../../security/openssl/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index