1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-12 07:27:57 +00:00

- Fix build on -CURRENT

PR:             62721
Submitted by:   Sergey Matveychuk <sem@ciam.ru>
This commit is contained in:
Clement Laforet 2004-03-01 23:48:34 +00:00
parent fb9e22f0f3
commit ea9e735465
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=102690
2 changed files with 8 additions and 12 deletions

View File

@ -29,12 +29,10 @@ USE_APACHE= yes
WRKSRC= ${WRKDIR}/src/modules/kerberos
KRB5_HOME?= ${LOCALBASE}
USE_REINPLACE= yes
.include <bsd.port.pre.mk>
.if ${OSVERSION} >= 502000
BROKEN= "Does not compile"
.endif
post-patch:
@${REINPLACE_CMD} '379N;s/\n/ /' ${WRKSRC}/mod_auth_kerb.c
do-build:
cd ${WRKSRC} && \
@ -49,4 +47,4 @@ do-build:
do-install:
${APXS} -i -A -n ${PORTNAME:S/mod_//g} ${WRKSRC}/${PORTNAME}.so
.include <bsd.port.post.mk>
.include <bsd.port.mk>

View File

@ -29,12 +29,10 @@ USE_APACHE= yes
WRKSRC= ${WRKDIR}/src/modules/kerberos
KRB5_HOME?= ${LOCALBASE}
USE_REINPLACE= yes
.include <bsd.port.pre.mk>
.if ${OSVERSION} >= 502000
BROKEN= "Does not compile"
.endif
post-patch:
@${REINPLACE_CMD} '379N;s/\n/ /' ${WRKSRC}/mod_auth_kerb.c
do-build:
cd ${WRKSRC} && \
@ -49,4 +47,4 @@ do-build:
do-install:
${APXS} -i -A -n ${PORTNAME:S/mod_//g} ${WRKSRC}/${PORTNAME}.so
.include <bsd.port.post.mk>
.include <bsd.port.mk>