Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 13 Sep 2020 18:55:18 +0000 (UTC)
From:      Kurt Jaeger <pi@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r548502 - head/cad/gerbv
Message-ID:  <202009131855.08DItIhV053101@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: pi
Date: Sun Sep 13 18:55:18 2020
New Revision: 548502
URL: https://svnweb.freebsd.org/changeset/ports/548502

Log:
  cad/gerbv: unbreak for llvm11 for now

Modified:
  head/cad/gerbv/Makefile

Modified: head/cad/gerbv/Makefile
==============================================================================
--- head/cad/gerbv/Makefile	Sun Sep 13 18:53:53 2020	(r548501)
+++ head/cad/gerbv/Makefile	Sun Sep 13 18:55:18 2020	(r548502)
@@ -23,6 +23,7 @@ USE_LDCONFIG=	yes
 
 GNU_CONFIGURE=	yes
 CONFIGURE_ENV=	ac_aux_dir="."
+CFLAGS+=	-fcommon
 INSTALLS_ICONS=	yes
 INSTALL_TARGET=	install-strip
 



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