diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2009-03-18 04:18:20 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2009-03-18 04:18:20 +0000 |
commit | cb0c4c019ddf6e08bcddecbca61c51323901538a (patch) | |
tree | 8d3222dfd182b3ec23b4b8670c51e4b9dcef7402 /textproc/sphinxsearch-devel | |
parent | c860f13f062afc4e1a9d9fe9e5ae63350afce23b (diff) | |
download | ports-cb0c4c019ddf6e08bcddecbca61c51323901538a.tar.gz ports-cb0c4c019ddf6e08bcddecbca61c51323901538a.zip |
Notes
Diffstat (limited to 'textproc/sphinxsearch-devel')
-rw-r--r-- | textproc/sphinxsearch-devel/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/textproc/sphinxsearch-devel/Makefile b/textproc/sphinxsearch-devel/Makefile index 2bb9e29b246f..b1c8af935970 100644 --- a/textproc/sphinxsearch-devel/Makefile +++ b/textproc/sphinxsearch-devel/Makefile @@ -64,6 +64,10 @@ EXAMPLES= example.sql api/sphinxapi.php api/test.php api/test2.php .include <bsd.port.pre.mk> +.if ${ARCH} == "sparc64" && ${OSVERSION} < 700000 +BROKEN= Does not build on sparc64-6 +.endif + # The port will successfully compile with both PGSQL and MYSQL support # simultaneously. Not sure how useful that is in practice though. |