Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 19 Sep 2019 10:23:22 +0000 (UTC)
From:      Piotr Kubaj <pkubaj@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r512329 - head/devel/thrift-c_glib
Message-ID:  <201909191023.x8JANMUh063585@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



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