aboutsummaryrefslogtreecommitdiff
path: root/www/udmsearch
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2007-07-02 19:01:04 +0000
committerPav Lucistnik <pav@FreeBSD.org>2007-07-02 19:01:04 +0000
commit9a0d0575be112a06e86c667ac754258a70d16b96 (patch)
treec577f033f5d2fdd41cbf57ae6e68e21315e1bfa6 /www/udmsearch
parent0148a5a042bf86baa4e025a2e3e31d3a9b379025 (diff)
downloadports-9a0d0575be112a06e86c667ac754258a70d16b96.tar.gz
ports-9a0d0575be112a06e86c667ac754258a70d16b96.zip
- Mark these unmaintained ports BROKEN on HEAD: do not compile with GCC 4.2
Notes
Notes: svn path=/head/; revision=194710
Diffstat (limited to 'www/udmsearch')
-rw-r--r--www/udmsearch/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/www/udmsearch/Makefile b/www/udmsearch/Makefile
index 0c7fbd7f39f5..e3af123df123 100644
--- a/www/udmsearch/Makefile
+++ b/www/udmsearch/Makefile
@@ -29,6 +29,10 @@ MAN5= indexer.conf.5
.include <bsd.port.pre.mk>
+.if ${OSVERSION} >= 700042
+BROKEN= Does not compile with GCC 4.2
+.endif
+
.if defined(WITH_MSQL)
BUILD_DEPENDS= ${PREFIX}/lib/libmsql.a:${PORTSDIR}/databases/msql
CONFIGURE_ARGS+= --with-msql=${LOCALBASE}