Link with -ldb3 instead of -ldb.
This commit is contained in:
parent
032137d53e
commit
8b6dfb734d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=45723
1 changed files with 3 additions and 0 deletions
|
@ -26,6 +26,9 @@ INSTALL_TARGET= site-install
|
|||
|
||||
DOCS= Changes README.en bdb.html bdb.rd docs/*
|
||||
|
||||
post-patch:
|
||||
${RUBY} -i -pe 'sub /have_library\("db"/, %q:have_library("db3":' ${WRKSRC}/src/extconf.rb
|
||||
|
||||
post-install:
|
||||
.if !defined(NOPORTDOCS)
|
||||
${MKDIR} ${RUBY_EXAMPLESDIR}/${PORTNAME}/
|
||||
|
|
Loading…
Reference in a new issue