diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2008-05-11 19:25:54 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2008-05-11 19:25:54 +0000 |
commit | a170cd8a96f4c1c6ef164aa50242a832ec551c60 (patch) | |
tree | 0dc65d346cba1ff782d384ca7e714adc0bd722ac /databases/mysqlbigram | |
parent | 8b50d16576ef115723d553b0ef85433e43338313 (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/Makefile | 2 |
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 |