aboutsummaryrefslogtreecommitdiffstats
path: root/shells/ksh93
diff options
context:
space:
mode:
authorsunpoet <sunpoet@FreeBSD.org>2013-09-08 02:13:59 +0800
committersunpoet <sunpoet@FreeBSD.org>2013-09-08 02:13:59 +0800
commitc9f1acdc485be332240f2e245000d519a3c86b30 (patch)
tree02f62fc62cdc7e40ce4ca9be1202aa2f9bb624e9 /shells/ksh93
parent00ece86d4bf24fbcf37df3bceb48d0f12741f812 (diff)
downloadfreebsd-ports-gnome-c9f1acdc485be332240f2e245000d519a3c86b30.tar.gz
freebsd-ports-gnome-c9f1acdc485be332240f2e245000d519a3c86b30.tar.zst
freebsd-ports-gnome-c9f1acdc485be332240f2e245000d519a3c86b30.zip
- Remove deprecated PTHREAD_*
Diffstat (limited to 'shells/ksh93')
-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: