diff options
-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 |