aboutsummaryrefslogtreecommitdiff
path: root/databases/db3
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
parent51e9e07088db80c7bea865af5c26054b73985ed7 (diff)
downloadports-579ce7870b6a04e5d74d6e945be5857b874e347c.tar.gz
ports-579ce7870b6a04e5d74d6e945be5857b874e347c.zip
Notes
Diffstat (limited to 'databases/db3')
-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}