Re-add buildfix for amd64, which was accidently deleted during
3.3.1 update
This commit is contained in:
parent
e64a497110
commit
1c645f0b88
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=121488
1 changed files with 6 additions and 0 deletions
|
@ -54,4 +54,10 @@ pre-everything::
|
|||
post-patch:
|
||||
${TOUCH} -t 200401230000 ${WRKSRC}/Makefile.am.in
|
||||
|
||||
.if ${ARCH} == "amd64"
|
||||
post-configure:
|
||||
${REINPLACE_CMD} -e "s,-O2,${CFLAGS} -fPIC," \
|
||||
${WRKSRC}/bdb/build_unix/Makefile ${WRKSRC}/bdb/Makefile
|
||||
.endif
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
|
|
Loading…
Reference in a new issue