diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2011-11-10 05:38:32 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2011-11-10 05:38:32 +0000 |
commit | 7d8608ab13015da604725355ba888c212c9eb177 (patch) | |
tree | 74d9147b89d28cb3c65b13ef847fe70663415054 /textproc/sphinxsearch-devel | |
parent | 93cc5a0629ed3d9812bbda5c1097872843a63f14 (diff) | |
download | ports-7d8608ab13015da604725355ba888c212c9eb177.tar.gz ports-7d8608ab13015da604725355ba888c212c9eb177.zip |
Notes
Diffstat (limited to 'textproc/sphinxsearch-devel')
-rw-r--r-- | textproc/sphinxsearch-devel/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/sphinxsearch-devel/Makefile b/textproc/sphinxsearch-devel/Makefile index 9b8d7341da1b..6c5983c83506 100644 --- a/textproc/sphinxsearch-devel/Makefile +++ b/textproc/sphinxsearch-devel/Makefile @@ -115,8 +115,8 @@ PORTEXAMPLES= * DOCS= doc/sphinx.css doc/sphinx.html doc/sphinx.txt doc/sphinx.xml .endif -.if ${ARCH} == "sparc64" -BROKEN= Does not build on sparc64 +.if ${ARCH} == "ia64" || ${ARCH} == "powerpc" || ${ARCH} == "sparc64" +BROKEN= Does not compile on ia64, powerpc, or sparc64 .endif # Fix up the sample configuration file to correspond to FreeBSD norms |