Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 26 Jan 2015 13:51:52 +0000 (UTC)
From:      Mathieu Arnold <mat@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r377934 - head/net/quagga
Message-ID:  <201501261351.t0QDpqIr062116@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: mat
Date: Mon Jan 26 13:51:51 2015
New Revision: 377934
URL: https://svnweb.freebsd.org/changeset/ports/377934
QAT: https://qat.redports.org/buildarchive/r377934/

Log:
  Fix build on 8 and 9. This time for reals.
  
  So, quagga uses some anonymous structs/unions, it's part of c11, and gcc from
  base on 8 and 9, while not throwing errors when seeing those, kindly ignores
  the definition and breaks everything.
  
  Sponsored by:	Absolight

Modified:
  head/net/quagga/Makefile

Modified: head/net/quagga/Makefile
==============================================================================
--- head/net/quagga/Makefile	Mon Jan 26 13:44:10 2015	(r377933)
+++ head/net/quagga/Makefile	Mon Jan 26 13:51:51 2015	(r377934)
@@ -19,7 +19,7 @@ CONFLICTS=	openbgpd-[0-9]* openospfd-[0-
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--enable-exampledir=${PREFIX}/share/examples/quagga
 INSTALL_TARGET=	install-strip
-USES=		gmake libtool makeinfo perl5 readline
+USES=		gmake libtool makeinfo perl5 readline compiler:c11
 USE_LDCONFIG=	yes
 USE_PERL5=	build
 



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