1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-23 04:23:08 +00:00

BROKEN on 7.x: Does not compile

This commit is contained in:
Kris Kennaway 2006-05-21 21:53:17 +00:00
parent 500dc78b7b
commit f33fb3c31c
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=163015

View File

@ -25,6 +25,12 @@ MANCOMPRESSED= no
MAN5= ipcad.conf.5
MAN8= ipcad.8
.include <bsd.port.pre.mk>
.if ${OSVERSION} >= 700015
BROKEN= Does not compile on FreeBSD >= 7.0
.endif
post-patch:
@${REINPLACE_CMD} -e 's|-pthread|${PTHREAD_LIBS}|g ; \
s|/usr/local|${PREFIX}|g' ${WRKSRC}/configure
@ -35,4 +41,4 @@ post-install:
${INSTALL_MAN} ${WRKSRC}/ipcad.conf.5 ${MANPREFIX}/man/man5
@${CAT} ${PKGMESSAGE}
.include <bsd.port.mk>
.include <bsd.port.post.mk>