summaryrefslogtreecommitdiff
path: root/databases/tora
diff options
context:
space:
mode:
authorThierry Thomas <thierry@FreeBSD.org>2006-04-08 19:39:47 +0000
committerThierry Thomas <thierry@FreeBSD.org>2006-04-08 19:39:47 +0000
commitfc995a55220c67d15799cb8c5f192ff7f7ae124e (patch)
treec73049783b44808193ac62e136bf26dd9fb211b8 /databases/tora
parentUpdate to 0.45. (diff)
Mark broken on FreeBSD-4.
Reported by: Ports-i386 via Kris
Notes
Notes: svn path=/head/; revision=159151
Diffstat (limited to 'databases/tora')
-rw-r--r--databases/tora/Makefile9
1 files changed, 8 insertions, 1 deletions
diff --git a/databases/tora/Makefile b/databases/tora/Makefile
index e5c21049bc65..5edb2fc48d69 100644
--- a/databases/tora/Makefile
+++ b/databases/tora/Makefile
@@ -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>