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:   nia
Date:           Thu Mar  3 07:39:01 UTC 2022

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

Log Message:
standalone-tcsh: actually this check doesn't need to be limited to netbsd
either


To generate a diff of this commit:
cvs rdiff -u -r1.41 -r1.42 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.41 pkgsrc/shells/standalone-tcsh/Makefile:1.42
--- pkgsrc/shells/standalone-tcsh/Makefile:1.41 Thu Mar  3 07:30:47 2022
+++ pkgsrc/shells/standalone-tcsh/Makefile      Thu Mar  3 07:39:00 2022
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.41 2022/03/03 07:30:47 nia Exp $
+# $NetBSD: Makefile,v 1.42 2022/03/03 07:39:00 nia Exp $
 #
 
 # FIXME: This is because of PREFIX=/ below.
@@ -18,7 +18,7 @@ ONLY_FOR_PLATFORM+=   NetBSD-*-* OpenBSD-*
 
 .include "../../mk/bsd.prefs.mk"
 
-.if "${OPSYS}" == "NetBSD" && !defined(OPSYS_HAS_STATIC_PIE)
+.if !defined(OPSYS_HAS_STATIC_PIE)
 MKPIE_SUPPORTED= no
 .endif
 



Home | Main Index | Thread Index | Old Index