Date: Thu, 27 Aug 2020 17:45:36 +0000 (UTC) From: "Tobias C. Berner" <tcberner@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r546379 - head/net/aget Message-ID: <202008271745.07RHjaRQ078351@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202008271745.07RHjaRQ078351>