mirror of
https://git.freebsd.org/ports.git
synced 2025-07-17 17:29:23 -04:00
Attempt to fix build on 4.x.
Reported by: pointyhat via kris
This commit is contained in:
parent
8b9660a7cc
commit
0a8bccb85e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=139838
1 changed files with 2 additions and 1 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Reference in a new issue