svn commit: r546362 - head/sysutils/LPRng

Tobias C. Berner tcberner at FreeBSD.org
Thu Aug 27 16:52:16 UTC 2020


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]*


More information about the svn-ports-head mailing list