Date: Fri, 28 Aug 2020 18:32:27 +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: r546792 - head/databases/dbow Message-ID: <202008281832.07SIWRZD035169@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: tcberner Date: Fri Aug 28 18:32:27 2020 New Revision: 546792 URL: https://svnweb.freebsd.org/changeset/ports/546792 Log: databases/dbox: fix build on recent current Modified: head/databases/dbow/Makefile Modified: head/databases/dbow/Makefile ============================================================================== --- head/databases/dbow/Makefile Fri Aug 28 18:27:14 2020 (r546791) +++ head/databases/dbow/Makefile Fri Aug 28 18:32:27 2020 (r546792) @@ -14,6 +14,9 @@ USES= mysql MAKE_ENV+= MYSQL_INC=${LOCALBASE}/include/mysql \ MYSQL_LIB=${LOCALBASE}/lib/mysql +# Fix build with clang11 +CFLAGS+= -fcommon + post-patch: @${REINPLACE_CMD} -e "s|CFLAGS=|CFLAGS+=|g" \ -e "s|^MYSQL_INC=|MYSQL_INC?=|" \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202008281832.07SIWRZD035169>