Attempt to fix build on 4.x.

Reported by:	pointyhat via kris
This commit is contained in:
Roman Bogorodskiy 2005-07-21 19:01:09 +00:00
parent 8b9660a7cc
commit 0a8bccb85e
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=139838

View file

@ -94,7 +94,8 @@ RC_SCRIPTS_SUB= PREFIX=${PREFIX} \
post-patch:
@${REINPLACE_CMD} -e "s|@HAVE_PERL_TRUE@|#|g" ${WRKSRC}/Makefile.in
.if ${OSVERSION} < 500000
@${REINPLACE_CMD} -e "s|PRIu64|\"llu\"|g" ${WRKSRC}/src/*.[cl]
@${REINPLACE_CMD} -e "s|PRIu64|\"llu\"|g" ${WRKSRC}/src/*.[cl] \
${WRKSRC}/backends/plaintext/*.[cl] ${WRKSRC}/backends/mysql/*.[cl]
.endif
post-install: