pkgsrc-Changes archive

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

CVS commit: pkgsrc/shells/standalone-tcsh



Module Name:    pkgsrc
Committed By:   mrg
Date:           Thu Mar  3 03:33:47 UTC 2022

Modified Files:
        pkgsrc/shells/standalone-tcsh: Makefile

Log Message:
mipsn64eb also requires no pie (probably el too) currently.


To generate a diff of this commit:
cvs rdiff -u -r1.39 -r1.40 pkgsrc/shells/standalone-tcsh/Makefile

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

Modified files:

Index: pkgsrc/shells/standalone-tcsh/Makefile
diff -u pkgsrc/shells/standalone-tcsh/Makefile:1.39 pkgsrc/shells/standalone-tcsh/Makefile:1.40
--- pkgsrc/shells/standalone-tcsh/Makefile:1.39 Sat Feb  5 05:39:55 2022
+++ pkgsrc/shells/standalone-tcsh/Makefile      Thu Mar  3 03:33:47 2022
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.39 2022/02/05 05:39:55 mrg Exp $
+# $NetBSD: Makefile,v 1.40 2022/03/03 03:33:47 mrg Exp $
 #
 
 # FIXME: This is because of PREFIX=/ below.
@@ -17,7 +17,8 @@ DESCR_SRC=            ../../shells/tcsh/DESCR DESC
 ONLY_FOR_PLATFORM+=    NetBSD-*-* OpenBSD-*-* SunOS-*-*
 
 .if "${OPSYS}" == "NetBSD" && \
-    (${MACHINE_ARCH} == "aarch64" || ${MACHINE_ARCH} == "aarch64eb")
+    (${MACHINE_ARCH} == "aarch64" || ${MACHINE_ARCH} == "aarch64eb" || \
+     ${MACHINE_ARCH} == "mipsn64-el" || ${MACHINE_ARCH} == "mipsn64eb")
 MKPIE_SUPPORTED= no
 .endif
 



Home | Main Index | Thread Index | Old Index