summaryrefslogtreecommitdiff
path: root/databases/db43
diff options
context:
space:
mode:
authorNorikatsu Shigemura <nork@FreeBSD.org>2003-09-08 14:20:15 +0000
committerNorikatsu Shigemura <nork@FreeBSD.org>2003-09-08 14:20:15 +0000
commit307748c0d81a0740433515eb7709af42fd5701a4 (patch)
tree3b332cb3b1b2ac31bfc7792fd1abc3a8523c1fff /databases/db43
parentUpdate to 5.0.10. (diff)
Fix build on recent current (by -pthread option is deprecated).
PR: ports/56551 Submitted by: KONDOU, Kazuhiro <kazuhiro@alib.jp> Approved by: Matthias Andree <matthias.andree@gmx.de> (maintainer)
Notes
Notes: svn path=/head/; revision=88809
Diffstat (limited to 'databases/db43')
-rw-r--r--databases/db43/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/databases/db43/Makefile b/databases/db43/Makefile
index 6a85ea827853..0cf2516d0ee6 100644
--- a/databases/db43/Makefile
+++ b/databases/db43/Makefile
@@ -37,7 +37,7 @@ INSTALL_TARGET= install install_docs
.endif
post-patch:
- @${REINPLACE_CMD} -e \
- 's|-lpthread|${PTHREAD_LIBS}|g' ${WRKSRC}/${CONFIGURE_SCRIPT}
+ @${REINPLACE_CMD} -Ee \
+ 's|-l?pthread|${PTHREAD_LIBS}|g' ${WRKSRC}/${CONFIGURE_SCRIPT}
.include <bsd.port.mk>