aboutsummaryrefslogtreecommitdiffstats
path: root/databases
diff options
context:
space:
mode:
authorlinimon <linimon@FreeBSD.org>2012-09-08 15:49:05 +0800
committerlinimon <linimon@FreeBSD.org>2012-09-08 15:49:05 +0800
commit1807adec6637e5b163dae4a1bb374e0dfbe4fff3 (patch)
tree5f9d9deaa49eb0d2f5be56fd579f6a7db5873556 /databases
parent0629e9d37ec2687df623b1778e38582ad6127296 (diff)
downloadfreebsd-ports-gnome-1807adec6637e5b163dae4a1bb374e0dfbe4fff3.tar.gz
freebsd-ports-gnome-1807adec6637e5b163dae4a1bb374e0dfbe4fff3.tar.zst
freebsd-ports-gnome-1807adec6637e5b163dae4a1bb374e0dfbe4fff3.zip
Mark as broken on powerpc.
Hat: portmgr
Diffstat (limited to 'databases')
-rw-r--r--databases/spatialite/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/databases/spatialite/Makefile b/databases/spatialite/Makefile
index 81d7b6403558..963edf3dd063 100644
--- a/databases/spatialite/Makefile
+++ b/databases/spatialite/Makefile
@@ -41,4 +41,8 @@ post-patch:
BROKEN= does not build
.endif
+.if ${ARCH} == "powerpc"
+BROKEN= Does not compile on powerpc: invokes i386 assembler
+.endif
+
.include <bsd.port.post.mk>