Date: Thu, 27 Aug 2020 16:52:16 +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: r546362 - head/sysutils/LPRng Message-ID: <202008271652.07RGqGE1045086@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: tcberner Date: Thu Aug 27 16:52:16 2020 New Revision: 546362 URL: https://svnweb.freebsd.org/changeset/ports/546362 Log: sysutils/LPRng: fix build on recent current Modified: head/sysutils/LPRng/Makefile Modified: head/sysutils/LPRng/Makefile ============================================================================== --- head/sysutils/LPRng/Makefile Thu Aug 27 16:45:12 2020 (r546361) +++ head/sysutils/LPRng/Makefile Thu Aug 27 16:52:16 2020 (r546362) @@ -33,6 +33,9 @@ USE_RC_SUBR= ${PORTNAME:tl} CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib +# Upstream dead, don't expect a proper fix. +CFLAGS+= -fcommon + SUB_FILES= pkg-message CONFLICTS= cups-base-1.[2-9]*
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202008271652.07RGqGE1045086>