svn commit: r326674 - head/shells/ksh93
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Sat Sep 7 18:13:59 UTC 2013
Author: sunpoet
Date: Sat Sep 7 18:13:59 2013
New Revision: 326674
URL: http://svnweb.freebsd.org/changeset/ports/326674
Log:
- Remove deprecated PTHREAD_*
Modified:
head/shells/ksh93/Makefile
Modified: head/shells/ksh93/Makefile
==============================================================================
--- head/shells/ksh93/Makefile Sat Sep 7 18:12:34 2013 (r326673)
+++ head/shells/ksh93/Makefile Sat Sep 7 18:13:59 2013 (r326674)
@@ -43,7 +43,7 @@ MAKE_ENV+= LDFLAGS+=-static
.endif
post-patch:
- @${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|' \
+ @${REINPLACE_CMD} -e 's|-lpthread|-pthread|' \
${WRKSRC}/bin/package ${WRKSRC}/src/cmd/INIT/package.sh
do-build:
More information about the svn-ports-head
mailing list