svn commit: r502161 - head/science/wxmacmolplt

Piotr Kubaj pkubaj at FreeBSD.org
Mon May 20 20:09:33 UTC 2019


Author: pkubaj
Date: Mon May 20 20:09:32 2019
New Revision: 502161
URL: https://svnweb.freebsd.org/changeset/ports/502161

Log:
  science/wxmacmolplt: fix build with GCC-based architectures
  
  Add USES=compiler:c++11-lang to fix linking:
  checking for wxWidgets libraries... not found
  
  Approved by:	mentors (implicit approval)

Modified:
  head/science/wxmacmolplt/Makefile

Modified: head/science/wxmacmolplt/Makefile
==============================================================================
--- head/science/wxmacmolplt/Makefile	Mon May 20 19:54:11 2019	(r502160)
+++ head/science/wxmacmolplt/Makefile	Mon May 20 20:09:32 2019	(r502161)
@@ -13,7 +13,8 @@ COMMENT=	Graphical user interface principally for the 
 LICENSE=	GPLv2
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-USES=		autoreconf gl gmake localbase:ldflags pkgconfig
+USES=		autoreconf compiler:c++11-lang gl gmake localbase:ldflags \
+		pkgconfig
 USE_GITHUB=	yes
 GH_ACCOUNT=	brettbode
 GNU_CONFIGURE=	yes


More information about the svn-ports-all mailing list