diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2015-11-12 00:51:31 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2015-11-12 00:51:31 +0800 |
commit | 62d7dfe3e9c53b05e2784a2287779ad9b08b1a14 (patch) | |
tree | 2de5dabeb0b97a2553d98c3beab3779b44fb71e6 /science | |
parent | 5a510e313888292b6e3362bc3571e688b29571ae (diff) | |
download | freebsd-ports-graphics-62d7dfe3e9c53b05e2784a2287779ad9b08b1a14.tar.gz freebsd-ports-graphics-62d7dfe3e9c53b05e2784a2287779ad9b08b1a14.tar.zst freebsd-ports-graphics-62d7dfe3e9c53b05e2784a2287779ad9b08b1a14.zip |
- Fix i386 build on FreeBSD 9.x
Diffstat (limited to 'science')
-rw-r--r-- | science/cdo/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/science/cdo/Makefile b/science/cdo/Makefile index 87df02c528c..704083a8164 100644 --- a/science/cdo/Makefile +++ b/science/cdo/Makefile @@ -26,6 +26,7 @@ CONFIGURE_ARGS= --disable-cgribex \ --disable-extra \ --disable-grib \ --disable-ieg \ + --disable-openmp \ --disable-service \ --enable-cdi-lib \ --program-transform-name="" \ |