Date: Fri, 28 Aug 2020 18:43:08 +0000 (UTC) From: Renato Botelho <garga@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r546795 - head/www/sarg Message-ID: <202008281843.07SIh8og042292@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: garga Date: Fri Aug 28 18:43:07 2020 New Revision: 546795 URL: https://svnweb.freebsd.org/changeset/ports/546795 Log: Add a temporary fix to make it build with clang11 Modified: head/www/sarg/Makefile Modified: head/www/sarg/Makefile ============================================================================== --- head/www/sarg/Makefile Fri Aug 28 18:43:02 2020 (r546794) +++ head/www/sarg/Makefile Fri Aug 28 18:43:07 2020 (r546795) @@ -26,6 +26,7 @@ CONFIGURE_ARGS= --sysconfdir="${ETCDIR}" \ --enable-imagedir="${ETCDIR}/images" CPPFLAGS+= -I${LOCALBASE}/include LIBS+= -L${LOCALBASE}/lib +CFLAGS+= -fcommon NLS_USES= gettext NLS_USES_OFF= gettext-tools
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202008281843.07SIh8og042292>