diff options
author | tijl <tijl@FreeBSD.org> | 2016-03-24 19:52:34 +0800 |
---|---|---|
committer | tijl <tijl@FreeBSD.org> | 2016-03-24 19:52:34 +0800 |
commit | 0379a358ff68e8d0163fc5714f9498e25f3f625a (patch) | |
tree | 1b474405083de4ef5a3b3fc748c44a306251083c /net | |
parent | a844a42335ed179c8878c6261fd3b60afce646db (diff) | |
download | freebsd-ports-gnome-0379a358ff68e8d0163fc5714f9498e25f3f625a.tar.gz freebsd-ports-gnome-0379a358ff68e8d0163fc5714f9498e25f3f625a.tar.zst freebsd-ports-gnome-0379a358ff68e8d0163fc5714f9498e25f3f625a.zip |
Build with GCC. It segfaults with Clang.
PR: 208182
Diffstat (limited to 'net')
-rw-r--r-- | net/corosync/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/net/corosync/Makefile b/net/corosync/Makefile index 7492a76f55a9..4582c8bfe3a8 100644 --- a/net/corosync/Makefile +++ b/net/corosync/Makefile @@ -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}/security/nss \ 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 |