diff options
author | thierry <thierry@FreeBSD.org> | 2018-01-28 23:55:53 +0800 |
---|---|---|
committer | thierry <thierry@FreeBSD.org> | 2018-01-28 23:55:53 +0800 |
commit | f3e757ddc02d892b2424e3c255c8849d606e3ff0 (patch) | |
tree | 0a5cbeaeb8a0e13ced174a8297e1dd39a9308d37 /french | |
parent | 2199ea410b2e3b6804faad830dfeecba89649d33 (diff) | |
download | freebsd-ports-gnome-f3e757ddc02d892b2424e3c255c8849d606e3ff0.tar.gz freebsd-ports-gnome-f3e757ddc02d892b2424e3c255c8849d606e3ff0.tar.zst freebsd-ports-gnome-f3e757ddc02d892b2424e3c255c8849d606e3ff0.zip |
Fix build on head.
Reported by: packages cluster
Diffstat (limited to 'french')
-rw-r--r-- | french/med/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/french/med/Makefile b/french/med/Makefile index 45e2f59c2665..1135a26b66b3 100644 --- a/french/med/Makefile +++ b/french/med/Makefile @@ -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 |