svn commit: r483147 - head/devel/libosmocore

Mark Linimon linimon at FreeBSD.org
Sat Oct 27 16:31:52 UTC 2018


Author: linimon
Date: Sat Oct 27 16:31:51 2018
New Revision: 483147
URL: https://svnweb.freebsd.org/changeset/ports/483147

Log:
  Apparently now builds on powerpc64.
  
  PR:		231833
  Submitted by:	Piotr Kubaj

Modified:
  head/devel/libosmocore/Makefile

Modified: head/devel/libosmocore/Makefile
==============================================================================
--- head/devel/libosmocore/Makefile	Sat Oct 27 16:11:24 2018	(r483146)
+++ head/devel/libosmocore/Makefile	Sat Oct 27 16:31:51 2018	(r483147)
@@ -12,8 +12,6 @@ COMMENT=	Common library for all Osmocom projects
 LICENSE=	GPLv2
 LICENSE_FILE=	${WRKSRC}/COPYING
 
-BROKEN_powerpc64=	fails to compile: application.c:179: \#pragma GCC diagnostic not allowed inside functions
-
 LIB_DEPENDS=	libgnutls.so:security/gnutls \
 		libpcsclite.so:devel/pcsc-lite \
 		libtalloc.so:devel/talloc


More information about the svn-ports-head mailing list