svn commit: r460222 - head/french/med

Thierry Thomas thierry at FreeBSD.org
Sun Jan 28 15:55:54 UTC 2018


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


More information about the svn-ports-all mailing list