1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-30 05:40:06 +00:00

Mark broken on FreeBSD-4.

Reported by:	Ports-i386 via Kris
This commit is contained in:
Thierry Thomas 2006-04-08 19:39:47 +00:00
parent ac4db8106c
commit fc995a5522
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=159151

View File

@ -49,6 +49,13 @@ PORTDOCS= AUTHORS BUGS ChangeLog INSTALL NEWS README README.CODESTYLE README.LIC
PREFIX2FIX= help/preferences.html totool.cpp
.include <bsd.port.pre.mk>
.if ${OSVERSION} < 500000
# Just defining time_t as long in topiechart.h could be sufficient?
BROKEN= does not compile with gcc 2.95
.endif
pre-configure:
${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|g' ${WRKSRC}/configure
${REINPLACE_CMD} -e 's|/etc/torarc|${PREFIX}/etc/torarc|' ${PREFIX2FIX:S|^|${WRKSRC}/|}
@ -60,4 +67,4 @@ post-install:
${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${DOCSDIR}
.endif
.include <bsd.port.mk>
.include <bsd.port.post.mk>