pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/sysutils/findcrcs findcrcs: Give up pretending this is...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/f16bc069825e
branches:  trunk
changeset: 385687:f16bc069825e
user:      nia <nia%pkgsrc.org@localhost>
date:      Sat Sep 24 08:05:56 2022 +0000

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

diffstat:

 sysutils/findcrcs/Makefile |  5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diffs (19 lines):

diff -r 5f36b712ef32 -r f16bc069825e sysutils/findcrcs/Makefile
--- a/sysutils/findcrcs/Makefile        Sat Sep 24 07:54:17 2022 +0000
+++ b/sysutils/findcrcs/Makefile        Sat Sep 24 08:05:56 2022 +0000
@@ -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 @@
 
 .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