summaryrefslogtreecommitdiff
path: root/databases/db3/Makefile
diff options
context:
space:
mode:
authorNorikatsu Shigemura <nork@FreeBSD.org>2003-09-07 14:03:37 +0000
committerNorikatsu Shigemura <nork@FreeBSD.org>2003-09-07 14:03:37 +0000
commit579ce7870b6a04e5d74d6e945be5857b874e347c (patch)
treeed6a0c684de3dc8a8701e5ef4fc2877cccf683dc /databases/db3/Makefile
parentUpdate 0.7.2 -> 0.8. (diff)
Fix build on recent current (by -pthread option is deprecated).
PR: ports/56551 Submitted by: KONDOU, Kazuhiro <kazuhiro@alib.jp>
Notes
Notes: svn path=/head/; revision=88687
Diffstat (limited to '')
-rw-r--r--databases/db3/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/databases/db3/Makefile b/databases/db3/Makefile
index 70a44655d43e..dafc8b80d05e 100644
--- a/databases/db3/Makefile
+++ b/databases/db3/Makefile
@@ -35,7 +35,7 @@ CONFIGURE_ARGS= --enable-compat185 \
--target=${ARCH}-portbld-freebsd${OSREL}
pre-patch:
- @${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|g' ${WRKSRC}/${CONFIGURE_SCRIPT}
+ @${REINPLACE_CMD} -Ee 's|-l?pthread|${PTHREAD_LIBS}|g' ${WRKSRC}/${CONFIGURE_SCRIPT}
post-patch:
@${CHMOD} 755 ${WRKSRC}/${CONFIGURE_SCRIPT}