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: nia
Date: Tue May 13 11:57:43 UTC 2025
Modified Files:
pkgsrc/news/nn: Makefile
Log Message:
nn: Add support for 64-bit mips.
To generate a diff of this commit:
cvs rdiff -u -r1.55 -r1.56 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.55 pkgsrc/news/nn/Makefile:1.56
--- pkgsrc/news/nn/Makefile:1.55 Tue May 13 11:33:17 2025
+++ pkgsrc/news/nn/Makefile Tue May 13 11:57:42 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.55 2025/05/13 11:33:17 nia Exp $
+# $NetBSD: Makefile,v 1.56 2025/05/13 11:57:42 nia Exp $
DISTNAME= nn-6.7.3
PKGREVISION= 5
@@ -31,7 +31,7 @@ SFILE.*= s-netbsd.h
.if ${MACHINE_ARCH} == "i386"
MFILE= m-i80386.h
-.elif ${MACHINE_ARCH} == "mipseb"
+.elif ${MACHINE_ARCH:Mmips*}
MFILE= m-mipsel.h
.elif ${MACHINE_CPU} == "aarch64" || ${MACHINE_CPU} == "arm"
MFILE= m-arm.h
Home |
Main Index |
Thread Index |
Old Index