Date: Mon, 20 May 2019 20:09:32 +0000 (UTC) From: Piotr Kubaj <pkubaj@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r502161 - head/science/wxmacmolplt Message-ID: <201905202009.x4KK9WNO039352@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201905202009.x4KK9WNO039352>