svn commit: r423378 - head/net/appkonference

Mark Linimon linimon at FreeBSD.org
Wed Oct 5 19:37:04 UTC 2016


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


More information about the svn-ports-head mailing list