diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2013-09-08 02:13:59 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2013-09-08 02:13:59 +0800 |
commit | c9f1acdc485be332240f2e245000d519a3c86b30 (patch) | |
tree | 02f62fc62cdc7e40ce4ca9be1202aa2f9bb624e9 /shells/ksh93 | |
parent | 00ece86d4bf24fbcf37df3bceb48d0f12741f812 (diff) | |
download | freebsd-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/Makefile | 2 |
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: |