svn commit: r377934 - head/net/quagga

Mathieu Arnold mat at FreeBSD.org
Mon Jan 26 13:51:53 UTC 2015


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
 


More information about the svn-ports-all mailing list