svn commit: r411773 - head/net/corosync

Tijl Coosemans tijl at FreeBSD.org
Thu Mar 24 11:52:35 UTC 2016


Author: tijl
Date: Thu Mar 24 11:52:34 2016
New Revision: 411773
URL: https://svnweb.freebsd.org/changeset/ports/411773

Log:
  Build with GCC.  It segfaults with Clang.
  
  PR:		208182

Modified:
  head/net/corosync/Makefile

Modified: head/net/corosync/Makefile
==============================================================================
--- head/net/corosync/Makefile	Thu Mar 24 11:18:15 2016	(r411772)
+++ head/net/corosync/Makefile	Thu Mar 24 11:52:34 2016	(r411773)
@@ -3,6 +3,7 @@
 
 PORTNAME=	corosync
 PORTVERSION=	2.3.5
+PORTREVISION=	1
 CATEGORIES=	net
 MASTER_SITES=	http://build.clusterlabs.org/corosync/releases/
 
@@ -15,6 +16,7 @@ LIB_DEPENDS=	libnss3.so:${PORTSDIR}/secu
 		libqb.so:${PORTSDIR}/devel/libqb
 
 USES=		gmake libtool pathfix pkgconfig
+USE_GCC=	yes	# segfaults when built with Clang
 USE_LDCONFIG=	yes
 USE_RC_SUBR=	${PORTNAME} ${PORTNAME}-notifyd
 GNU_CONFIGURE=	yes


More information about the svn-ports-all mailing list