diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2015-03-25 14:59:20 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2015-03-25 14:59:20 +0000 |
commit | 03ff6030795e79db3efe175fb700c5dde872f37e (patch) | |
tree | bcdaa6e2bdaa8e76d2572ebecf53debc294db115 /shells/ksh93 | |
parent | d66a4d6242898917b6d6db8b4c2357a3fa333062 (diff) |
Notes
Diffstat (limited to 'shells/ksh93')
-rw-r--r-- | shells/ksh93/Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/shells/ksh93/Makefile b/shells/ksh93/Makefile index a4d5bb5bf651..6f10aca6477e 100644 --- a/shells/ksh93/Makefile +++ b/shells/ksh93/Makefile @@ -35,10 +35,6 @@ KSHVERSION= 2012-08-01 STATIC_MAKE_ENV= LDFLAGS+=-static -post-patch: - @${REINPLACE_CMD} -e 's|-lpthread|-pthread|' \ - ${WRKSRC}/bin/package ${WRKSRC}/src/cmd/INIT/package.sh - do-build: @cd ${WRKSRC}/ && ${SETENV} -i ${MAKE_ENV} ${SH} bin/package flat make |