pkgsrc-Changes archive

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

CVS commit: pkgsrc/sysutils/findcrcs



Module Name:    pkgsrc
Committed By:   nia
Date:           Sat Sep 24 08:05:56 UTC 2022

Modified Files:
        pkgsrc/sysutils/findcrcs: Makefile

Log Message:
findcrcs: Give up pretending this is supposed to work on anything but amd64


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/sysutils/findcrcs/Makefile

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

Modified files:

Index: pkgsrc/sysutils/findcrcs/Makefile
diff -u pkgsrc/sysutils/findcrcs/Makefile:1.1 pkgsrc/sysutils/findcrcs/Makefile:1.2
--- pkgsrc/sysutils/findcrcs/Makefile:1.1       Thu Feb  4 08:34:23 2021
+++ pkgsrc/sysutils/findcrcs/Makefile   Sat Sep 24 08:05:56 2022
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2021/02/04 08:34:23 wiz Exp $
+# $NetBSD: Makefile,v 1.2 2022/09/24 08:05:56 nia Exp $
 
 DISTNAME=      findcrcs-0.3
 CATEGORIES=    sysutils
@@ -17,6 +17,9 @@ INSTALLATION_DIRS=    bin share/doc/findcrc
 
 .include "../../mk/compiler.mk"
 
+# Lots of nasty assumptions about things like SSE being available.
+BROKEN_EXCEPT_ON_PLATFORM+=    *-*-x86_64
+
 .if !empty(CC_VERSION:Mgcc*)
 CXXFLAGS+=     -mcrc32
 .endif



Home | Main Index | Thread Index | Old Index