svn commit: r512329 - head/devel/thrift-c_glib

Piotr Kubaj pkubaj at FreeBSD.org
Thu Sep 19 10:23:23 UTC 2019


Author: pkubaj
Date: Thu Sep 19 10:23:22 2019
New Revision: 512329
URL: https://svnweb.freebsd.org/changeset/ports/512329

Log:
  devel/thrift-c_glib: fix build on GCC architectures
  
  Builds fine on powerpc64, just needs GCC from ports.
  
  Approved by:	mentors (implicit approval)

Modified:
  head/devel/thrift-c_glib/Makefile

Modified: head/devel/thrift-c_glib/Makefile
==============================================================================
--- head/devel/thrift-c_glib/Makefile	Thu Sep 19 10:04:53 2019	(r512328)
+++ head/devel/thrift-c_glib/Makefile	Thu Sep 19 10:23:22 2019	(r512329)
@@ -13,13 +13,11 @@ COMMENT=	C glib interface to Thrift
 
 PKGNAMESUFFIX=	-c_glib
 
-BROKEN_powerpc64=	fails to link: Internal error: Segmentation fault (program ld)
-
 BUILDIR=	${WRKDIR}/${DISTNAME}/lib/c_glib
 
 DISTINFO_FILE=	${.CURDIR}/../thrift/distinfo
 
-USES=		autoreconf pathfix pkgconfig gmake libtool
+USES=		autoreconf compiler:c++11-lang pathfix pkgconfig gmake libtool
 GNU_CONFIGURE=	yes
 USE_GNOME=	glib20
 USE_LDCONFIG=	yes


More information about the svn-ports-all mailing list