svn commit: r548502 - head/cad/gerbv

Kurt Jaeger pi at FreeBSD.org
Sun Sep 13 18:55:18 UTC 2020


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
 


More information about the svn-ports-all mailing list