summaryrefslogtreecommitdiff
path: root/shells
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2013-09-07 18:13:59 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2013-09-07 18:13:59 +0000
commitd47c483782fc533301737154e40ce386f6125227 (patch)
tree02f62fc62cdc7e40ce4ca9be1202aa2f9bb624e9 /shells
parent- Remove deprecated PTHREAD_* (diff)
- Remove deprecated PTHREAD_*
Notes
Notes: svn path=/head/; revision=326674
Diffstat (limited to 'shells')
-rw-r--r--shells/ksh93/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/shells/ksh93/Makefile b/shells/ksh93/Makefile
index e39512eb399e..7817c4d22ebc 100644
--- a/shells/ksh93/Makefile
+++ b/shells/ksh93/Makefile
@@ -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: