pkgsrc-Changes archive

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

CVS commit: pkgsrc/news/nn



Module Name:    pkgsrc
Committed By:   mlelstv
Date:           Fri Aug 18 05:19:23 UTC 2023

Modified Files:
        pkgsrc/news/nn: Makefile

Log Message:
fix build for arm32.


To generate a diff of this commit:
cvs rdiff -u -r1.53 -r1.54 pkgsrc/news/nn/Makefile

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

Modified files:

Index: pkgsrc/news/nn/Makefile
diff -u pkgsrc/news/nn/Makefile:1.53 pkgsrc/news/nn/Makefile:1.54
--- pkgsrc/news/nn/Makefile:1.53        Sun Apr 25 07:51:25 2021
+++ pkgsrc/news/nn/Makefile     Fri Aug 18 05:19:23 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.53 2021/04/25 07:51:25 mrg Exp $
+# $NetBSD: Makefile,v 1.54 2023/08/18 05:19:23 mlelstv Exp $
 
 DISTNAME=      nn-6.7.3
 PKGREVISION=   5
@@ -33,7 +33,7 @@ SFILE.*=      s-netbsd.h
 MFILE= m-i80386.h
 .elif ${MACHINE_ARCH} == "mipseb"
 MFILE= m-mipsel.h
-.elif ${MACHINE_CPU} == "aarch64"
+.elif ${MACHINE_CPU} == "aarch64" || ${MACHINE_CPU} == "arm"
 MFILE= m-arm.h
 .else
 MFILE= m-${MACHINE_ARCH}.h



Home | Main Index | Thread Index | Old Index