svn commit: r488431 - head/devel/log4cpp

Mark Linimon linimon at FreeBSD.org
Wed Dec 26 20:27:23 UTC 2018


Author: linimon
Date: Wed Dec 26 20:27:22 2018
New Revision: 488431
URL: https://svnweb.freebsd.org/changeset/ports/488431

Log:
  Add USES=compiler:c++1-lang to fix linking to graphics/engauge-digitizer
  on GCC-based architectures.
  
  PR:		234338
  Submitted by:	Piotr Kubaj

Modified:
  head/devel/log4cpp/Makefile

Modified: head/devel/log4cpp/Makefile
==============================================================================
--- head/devel/log4cpp/Makefile	Wed Dec 26 20:25:23 2018	(r488430)
+++ head/devel/log4cpp/Makefile	Wed Dec 26 20:27:22 2018	(r488431)
@@ -15,7 +15,7 @@ LICENSE_FILE=	${WRKSRC}/COPYING
 
 WRKSRC=		${WRKDIR}/${PORTNAME}
 
-USES=		gmake libtool pathfix
+USES=		compiler:c++11-lang gmake libtool pathfix
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--disable-html-docs
 REINPLACE_ARGS=	-i ""


More information about the svn-ports-all mailing list