pkgsrc-Changes archive

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

CVS commit: pkgsrc/security/hashcat



Module Name:    pkgsrc
Committed By:   nia
Date:           Sat May  4 09:56:40 UTC 2024

Modified Files:
        pkgsrc/security/hashcat: Makefile

Log Message:
hashcat: refuses to build on big endian platforms


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/security/hashcat/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/hashcat/Makefile
diff -u pkgsrc/security/hashcat/Makefile:1.2 pkgsrc/security/hashcat/Makefile:1.3
--- pkgsrc/security/hashcat/Makefile:1.2        Mon Sep  5 11:13:56 2022
+++ pkgsrc/security/hashcat/Makefile    Sat May  4 09:56:40 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2022/09/05 11:13:56 adam Exp $
+# $NetBSD: Makefile,v 1.3 2024/05/04 09:56:40 nia Exp $
 
 DISTNAME=      hashcat-6.2.6
 CATEGORIES=    security
@@ -16,6 +16,10 @@ MAKE_ENV+=   SHARED=1
 MAKE_ENV+=     USE_SYSTEM_ZLIB=1
 MAKE_ENV+=     USE_SYSTEM_XXHASH=1
 
+.include "../../mk/bsd.fast.prefs.mk"
+# see include/common.h
+NOT_FOR_PLATFORM+=     ${BIGENDIANPLATFORMS}
+
 .include "../../archivers/minizip/buildlink3.mk"
 .include "../../devel/xxhash/buildlink3.mk"
 .include "../../devel/zlib/buildlink3.mk"



Home | Main Index | Thread Index | Old Index