svn commit: r546379 - head/net/aget

Tobias C. Berner tcberner at FreeBSD.org
Thu Aug 27 17:45:37 UTC 2020


Author: tcberner
Date: Thu Aug 27 17:45:36 2020
New Revision: 546379
URL: https://svnweb.freebsd.org/changeset/ports/546379

Log:
  net/aget: fix build on recent current

Modified:
  head/net/aget/Makefile

Modified: head/net/aget/Makefile
==============================================================================
--- head/net/aget/Makefile	Thu Aug 27 17:44:18 2020	(r546378)
+++ head/net/aget/Makefile	Thu Aug 27 17:45:36 2020	(r546379)
@@ -14,6 +14,8 @@ LICENSE_FILE=	${WRKSRC}/COPYING
 
 MAKE_ARGS=	CC="${CC}" CFLAGS="${CFLAGS}" LDFLAGS="${LDFLAGS}"
 LDFLAGS+=	-pthread
+# Fix build with clang11
+CFLAGS+=	-fcommon
 
 PLIST_FILES=	bin/aget man/man1/aget.1.gz
 


More information about the svn-ports-head mailing list