pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/py-autobahn



Module Name:    pkgsrc
Committed By:   wiz
Date:           Fri Apr 26 22:47:59 UTC 2024

Modified Files:
        pkgsrc/www/py-autobahn: Makefile

Log Message:
py-autobahn: remove -march=native to hopefully fix build on arm


To generate a diff of this commit:
cvs rdiff -u -r1.39 -r1.40 pkgsrc/www/py-autobahn/Makefile

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

Modified files:

Index: pkgsrc/www/py-autobahn/Makefile
diff -u pkgsrc/www/py-autobahn/Makefile:1.39 pkgsrc/www/py-autobahn/Makefile:1.40
--- pkgsrc/www/py-autobahn/Makefile:1.39        Mon Nov 13 07:57:53 2023
+++ pkgsrc/www/py-autobahn/Makefile     Fri Apr 26 22:47:59 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.39 2023/11/13 07:57:53 wiz Exp $
+# $NetBSD: Makefile,v 1.40 2024/04/26 22:47:59 wiz Exp $
 
 DISTNAME=      autobahn-23.6.2
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -24,6 +24,8 @@ USE_LANGUAGES=        c
 
 PYTHON_VERSIONS_INCOMPATIBLE=  27
 
+BUILDLINK_TRANSFORM+=  rm:-march=native
+
 post-install:
        cd ${DESTDIR}${PREFIX}/bin && ${MV} wamp wamp-${PYVERSSUFFIX}
        cd ${DESTDIR}${PREFIX}/bin && ${MV} xbrnetwork xbrnetwork-${PYVERSSUFFIX}



Home | Main Index | Thread Index | Old Index