pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/shells/standalone-tcsh standalone-tcsh: actually this ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/8139b5e2aac2
branches:  trunk
changeset: 374915:8139b5e2aac2
user:      nia <nia%pkgsrc.org@localhost>
date:      Thu Mar 03 07:39:00 2022 +0000

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

diffstat:

 shells/standalone-tcsh/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r dc634cc35f7a -r 8139b5e2aac2 shells/standalone-tcsh/Makefile
--- a/shells/standalone-tcsh/Makefile   Thu Mar 03 07:30:47 2022 +0000
+++ b/shells/standalone-tcsh/Makefile   Thu Mar 03 07:39:00 2022 +0000
@@ -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 @@
 
 .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