aboutsummaryrefslogtreecommitdiff
path: root/databases/mysqlbigram
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2008-05-11 19:25:54 +0000
committerPav Lucistnik <pav@FreeBSD.org>2008-05-11 19:25:54 +0000
commita170cd8a96f4c1c6ef164aa50242a832ec551c60 (patch)
tree0dc65d346cba1ff782d384ca7e714adc0bd722ac /databases/mysqlbigram
parent8b50d16576ef115723d553b0ef85433e43338313 (diff)
- Mark BROKEN: does not compile
Reported by: pointyhat
Notes
Notes: svn path=/head/; revision=212928
Diffstat (limited to 'databases/mysqlbigram')
-rw-r--r--databases/mysqlbigram/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/databases/mysqlbigram/Makefile b/databases/mysqlbigram/Makefile
index 564aefbc7cbe..2927258e7d48 100644
--- a/databases/mysqlbigram/Makefile
+++ b/databases/mysqlbigram/Makefile
@@ -14,6 +14,8 @@ DISTFILES= bi_gram-src-${PORTVERSION}${EXTRACT_SUFX}
MAINTAINER= gslin@gslin.org
COMMENT= Simple N-Gram (bi-gram) FULLTEXT parser plugin for MySQL 5.1+
+BROKEN= does not compile
+
CFLAGS+= -I"${LOCALBASE}/include" -I"${LOCALBASE}/include/mysql"
CONFIGURE_ENV+= CFLAGS="${CFLAGS}" LDFLAGS="${LDFLAGS}"
GNU_CONFIGURE= yes