From 843d98acbd3df4d31c67cdf11a97160d009c82e2 Mon Sep 17 00:00:00 2001 From: amdmi3 Date: Fri, 7 Apr 2017 16:00:46 +0000 Subject: - Always accompany OSVERSION check with OPSYS check Approved by: portmgr blanket --- shells/ksh93/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'shells') diff --git a/shells/ksh93/Makefile b/shells/ksh93/Makefile index 1cabb1c138d5..deda36477f30 100644 --- a/shells/ksh93/Makefile +++ b/shells/ksh93/Makefile @@ -41,7 +41,7 @@ BROKEN_aarch64= Fails to compile: error: unknown type name Dllscan_t .include post-patch: -.if ${OSVERSION} >= 1100093 +.if ${OPSYS} == FreeBSD && ${OSVERSION} >= 1100093 @${REINPLACE_CMD} -e 's|SF_FLAGS|SFIO_FLAGS|g' ${WRKSRC}/src/lib/libast/include/sfio*.h ${WRKSRC}/src/lib/libast/sfio/*.c .endif -- cgit