pkgsrc-Changes archive

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

CVS commit: pkgsrc/security/argon2



Module Name:    pkgsrc
Committed By:   nia
Date:           Mon Apr  7 15:41:55 UTC 2025

Modified Files:
        pkgsrc/security/argon2: Makefile

Log Message:
argon2: Fix build on SCO UNIX.


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 pkgsrc/security/argon2/Makefile

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

Modified files:

Index: pkgsrc/security/argon2/Makefile
diff -u pkgsrc/security/argon2/Makefile:1.5 pkgsrc/security/argon2/Makefile:1.6
--- pkgsrc/security/argon2/Makefile:1.5 Wed Aug  7 12:58:49 2019
+++ pkgsrc/security/argon2/Makefile     Mon Apr  7 15:41:55 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2019/08/07 12:58:49 nia Exp $
+# $NetBSD: Makefile,v 1.6 2025/04/07 15:41:55 nia Exp $
 
 DISTNAME=      ${GITHUB_PROJECT}
 PKGNAME=       ${DISTNAME:S/phc-winner-//}-${GITHUB_TAG}
@@ -25,6 +25,10 @@ SO_SUFFIX.Darwin=    dylib
 SO_SUFFIX.*=           so
 PLIST_SUBST+=          SO_SUFFIX=${SO_SUFFIX:Q}
 
+# These are close enough to Solaris for the build to work.
+MAKE_FLAGS.SCO_SV+=    KERNEL_NAME=SunOS
+MAKE_FLAGS.UnixWare+=  KERNEL_NAME=SunOS
+
 do-install:
        ${INSTALL_PROGRAM} ${WRKSRC}/argon2 ${DESTDIR}${PREFIX}/bin
        ${INSTALL_DATA} ${WRKSRC}/include/argon2.h ${DESTDIR}${PREFIX}/include



Home | Main Index | Thread Index | Old Index