pkgsrc-WIP-changes archive

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

tcl-expect: Catch up with pkgsrc



Module Name:	pkgsrc-wip
Committed By:	Greg Troxel <gdt%lexort.com@localhost>
Pushed By:	gdt
Date:		Tue May 3 19:39:06 2022 -0400
Changeset:	55991d4cbaadeb4bb1d6cccf9b4b805d7749aa05

Modified Files:
	tcl-expect/Makefile.common

Log Message:
tcl-expect: Catch up with pkgsrc

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=55991d4cbaadeb4bb1d6cccf9b4b805d7749aa05

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

diffstat:
 tcl-expect/Makefile.common | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diffs:
diff --git a/tcl-expect/Makefile.common b/tcl-expect/Makefile.common
index 8a5ad46859..3068367a32 100644
--- a/tcl-expect/Makefile.common
+++ b/tcl-expect/Makefile.common
@@ -23,7 +23,7 @@ PLIST_SUBST+=		BASEVER=${EXPECT_FNAME}
 INSTALL_UNSTRIPPED=	yes
 
 # on IRIX 5.3 inttypes.h and sys/types.h are known to conflict
-.if ${OPSYS} == "IRIX" && ${OS_VERSION} == 5.3
+.if ${OPSYS} == "IRIX" && ${OS_VERSION} == "5.3"
 CONFIGURE_ENV+=		ac_cv_header_inttypes_h="no"
 .endif
 


Home | Main Index | Thread Index | Old Index