Re-add buildfix for amd64, which was accidently deleted during

3.3.1 update
This commit is contained in:
Tilman Keskinoz 2004-11-12 23:09:31 +00:00
parent e64a497110
commit 1c645f0b88
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=121488

View file

@ -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>