diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2017-04-07 16:00:46 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2017-04-07 16:00:46 +0000 |
commit | 3a56d2db507cb8eec93515c681edbd59f1af2d48 (patch) | |
tree | 7ae665073e2d710327bf0468231c79165b5fd08d /shells | |
parent | 9d0b250bf8990f2a5b45dce2d190aa5a9b4c9bd4 (diff) | |
download | ports-3a56d2db507cb8eec93515c681edbd59f1af2d48.tar.gz ports-3a56d2db507cb8eec93515c681edbd59f1af2d48.zip |
Notes
Diffstat (limited to 'shells')
-rw-r--r-- | shells/ksh93/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 <bsd.port.pre.mk> 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 |