diff options
author | Alexey Dokuchaev <danfe@FreeBSD.org> | 2015-09-20 14:35:57 +0000 |
---|---|---|
committer | Alexey Dokuchaev <danfe@FreeBSD.org> | 2015-09-20 14:35:57 +0000 |
commit | 3a63ba57c26158c72fe49bca2a6413f5350e9d72 (patch) | |
tree | e16428fdb73f48acce12d201399969c6f11a325f /databases/spatialite | |
parent | databases/casstcl - update to 2.10 (diff) |
Remove BROKEN on Tier-2 systems statements which no longer true at least
on PowerPC (verified for all of them) and some also on SPARC (whenever I
was able to test those on flame.freebsd.org) and even IA64 (which should
be OK to remove anyways, because it was never really supported system in
ports land and was officially killed in -CURRENT a while ago.
Notes
Notes:
svn path=/head/; revision=397374
Diffstat (limited to 'databases/spatialite')
-rw-r--r-- | databases/spatialite/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/databases/spatialite/Makefile b/databases/spatialite/Makefile index 4fec8e1e5187..1e31e66551e7 100644 --- a/databases/spatialite/Makefile +++ b/databases/spatialite/Makefile @@ -38,6 +38,4 @@ post-patch: @${REINPLACE_CMD} -e 's|-ldl| |' ${WRKSRC}/src/Makefile.in @${REINPLACE_CMD} -e 's|-ldl| |' ${WRKSRC}/configure -BROKEN_powerpc= Does not compile on powerpc: invokes i386 assembler - .include <bsd.port.mk> |