diff options
author | pkubaj <pkubaj@FreeBSD.org> | 2019-08-03 06:03:32 +0800 |
---|---|---|
committer | pkubaj <pkubaj@FreeBSD.org> | 2019-08-03 06:03:32 +0800 |
commit | 62d96a8b8d9d27dd2d7a4af6d85f1487c0c903de (patch) | |
tree | a90f32a01c3aade398ab02bd1efa1feb23643cbc /misc | |
parent | f69b122ddfe3f56a1679e10521b79a40f964789d (diff) | |
download | freebsd-ports-gnome-62d96a8b8d9d27dd2d7a4af6d85f1487c0c903de.tar.gz freebsd-ports-gnome-62d96a8b8d9d27dd2d7a4af6d85f1487c0c903de.tar.zst freebsd-ports-gnome-62d96a8b8d9d27dd2d7a4af6d85f1487c0c903de.zip |
misc/libemos: fix build with GCC architectures
GCC8 is already used for fortran so set USES=compiler:c11 to use GCC8 for everything.
PR: 239438
Approved by: mentors (implicit approval), yuri (mentor)
Diffstat (limited to 'misc')
-rw-r--r-- | misc/libemos/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/libemos/Makefile b/misc/libemos/Makefile index 77cec4fff3f5..d81713d70b99 100644 --- a/misc/libemos/Makefile +++ b/misc/libemos/Makefile @@ -17,7 +17,7 @@ LIB_DEPENDS= libeccodes.so:science/eccodes \ libfftw3.so:math/fftw3 \ libpng.so:graphics/png -USES= cmake:noninja fortran +USES= cmake:noninja compiler:c11 fortran CMAKE_ON= BUILD_SHARED_LIBS # not respected: https://jira.ecmwf.int/browse/SUP-2691 CMAKE_OFF= HAVE_TESTS |