svn commit: r382225 - head/shells/ksh93

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Wed Mar 25 14:59:21 UTC 2015


Author: sunpoet
Date: Wed Mar 25 14:59:20 2015
New Revision: 382225
URL: https://svnweb.freebsd.org/changeset/ports/382225
QAT: https://qat.redports.org/buildarchive/r382225/

Log:
  - Cleanup -lpthread/-pthread manipulation

Modified:
  head/shells/ksh93/Makefile

Modified: head/shells/ksh93/Makefile
==============================================================================
--- head/shells/ksh93/Makefile	Wed Mar 25 14:59:12 2015	(r382224)
+++ head/shells/ksh93/Makefile	Wed Mar 25 14:59:20 2015	(r382225)
@@ -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
 


More information about the svn-ports-head mailing list