Date: Sun, 28 Jan 2018 15:55:53 +0000 (UTC) From: Thierry Thomas <thierry@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r460222 - head/french/med Message-ID: <201801281555.w0SFtrQ4087031@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: thierry Date: Sun Jan 28 15:55:53 2018 New Revision: 460222 URL: https://svnweb.freebsd.org/changeset/ports/460222 Log: Fix build on head. Reported by: packages cluster Modified: head/french/med/Makefile Modified: head/french/med/Makefile ============================================================================== --- head/french/med/Makefile Sun Jan 28 15:28:28 2018 (r460221) +++ head/french/med/Makefile Sun Jan 28 15:55:53 2018 (r460222) @@ -19,6 +19,7 @@ WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} OPTIONS_DEFINE= DOCS EXAMPLES USES= fortran gmake libtool tk +USE_CXXSTD= gnu++98 CFLAGS+= -fPIC CONFIGURE_ARGS= --disable-python --with-hdf5=${LOCALBASE} \ --with-hdf5-include=${LOCALBASE}/include/hdf5-18
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201801281555.w0SFtrQ4087031>