Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 5 Oct 2016 19:37:03 +0000 (UTC)
From:      Mark Linimon <linimon@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r423378 - head/net/appkonference
Message-ID:  <201610051937.u95Jb3x9076988@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: linimon
Date: Wed Oct  5 19:37:03 2016
New Revision: 423378
URL: https://svnweb.freebsd.org/changeset/ports/423378

Log:
  Fails to configure on sparc64.

Modified:
  head/net/appkonference/Makefile

Modified: head/net/appkonference/Makefile
==============================================================================
--- head/net/appkonference/Makefile	Wed Oct  5 19:33:24 2016	(r423377)
+++ head/net/appkonference/Makefile	Wed Oct  5 19:37:03 2016	(r423378)
@@ -19,7 +19,7 @@ WRKSRC=		${WRKDIR}/${PORTNAME}/konferenc
 
 PLIST_FILES=	lib/asterisk/modules/app_konference.so
 
-ONLY_FOR_ARCHS=		amd64 armv6 i386 powerpc sparc64
+ONLY_FOR_ARCHS=		amd64 armv6 i386 powerpc
 ONLY_FOR_ARCHS_REASON=	not yet ported to this architecture
 
 OPTIONS_DEFINE=		OPTIMIZED_CFLAGS



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201610051937.u95Jb3x9076988>