Date: Thu, 18 Apr 2019 14:38:35 +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: r499268 - head/devel/elfio Message-ID: <201904181438.x3IEcZLr068844@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: pkubaj Date: Thu Apr 18 14:38:35 2019 New Revision: 499268 URL: https://svnweb.freebsd.org/changeset/ports/499268 Log: devel/elfio: fix build with GCC-based architectures PR: 237312 Approved by: mat (mentor), james.wright@digital-chaos.com (maintainer) Differential Revision: https://reviews.freebsd.org/D19942 Modified: head/devel/elfio/Makefile Modified: head/devel/elfio/Makefile ============================================================================== --- head/devel/elfio/Makefile Thu Apr 18 14:28:07 2019 (r499267) +++ head/devel/elfio/Makefile Thu Apr 18 14:38:35 2019 (r499268) @@ -12,6 +12,8 @@ COMMENT= Small C++ library for reading and generating LICENSE= MIT LICENSE_FILE= ${WRKSRC}/COPYING +USES= compiler:c++11-lang + GNU_CONFIGURE= yes CONFIGURE_ARGS= --bindir=${EXAMPLESDIR}
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201904181438.x3IEcZLr068844>