pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/deepstate



Module Name:    pkgsrc
Committed By:   nia
Date:           Sun May 30 12:17:49 UTC 2021

Modified Files:
        pkgsrc/devel/deepstate: Makefile.common

Log Message:
deepstate: approximately x86_64-only, but do our best anyway


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/devel/deepstate/Makefile.common

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

Modified files:

Index: pkgsrc/devel/deepstate/Makefile.common
diff -u pkgsrc/devel/deepstate/Makefile.common:1.2 pkgsrc/devel/deepstate/Makefile.common:1.3
--- pkgsrc/devel/deepstate/Makefile.common:1.2  Tue Sep 29 03:17:19 2020
+++ pkgsrc/devel/deepstate/Makefile.common      Sun May 30 12:17:48 2021
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.2 2020/09/29 03:17:19 khorben Exp $
+# $NetBSD: Makefile.common,v 1.3 2021/05/30 12:17:48 nia Exp $
 #
 # used by devel/deepstate/Makefile
 # used by devel/deepstate-afl/Makefile
@@ -19,3 +19,15 @@ COMMENT=     Augments C/C++ Test-Driven Deve
 LICENSE=       apache-2.0
 
 DISTINFO_FILE= ${.CURDIR}/../../devel/deepstate/distinfo
+
+.include "../../mk/bsd.fast.prefs.mk"
+
+# Wants to build 32-bit binaries with -m32, which is unsupported on
+# NetBSD/aarch64.
+BROKEN_EXCEPT_ON_PLATFORM=     ${LP64PLATFORMS}
+BROKEN_ON_PLATFORM+=           NetBSD-*-aarch64
+BROKEN_ON_PLATFORM+=           NetBSD-*-aarch64eb
+
+.if ${MACHINE_ARCH} != "x86_64"
+BUILDLINK_TRANSFORM+=  rm:-mno-avx
+.endif



Home | Main Index | Thread Index | Old Index