summaryrefslogtreecommitdiff
path: root/databases
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
parent- Mark BROKEN: /usr/bin/ld: cannot find -lMagick (diff)
- Mark BROKEN: does not compile
Reported by: pointyhat
Notes
Notes: svn path=/head/; revision=212928
Diffstat (limited to 'databases')
-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