svn commit: r401259 - head/science/cdo

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Wed Nov 11 16:51:33 UTC 2015


Author: sunpoet
Date: Wed Nov 11 16:51:31 2015
New Revision: 401259
URL: https://svnweb.freebsd.org/changeset/ports/401259

Log:
  - Fix i386 build on FreeBSD 9.x

Modified:
  head/science/cdo/Makefile

Modified: head/science/cdo/Makefile
==============================================================================
--- head/science/cdo/Makefile	Wed Nov 11 16:31:47 2015	(r401258)
+++ head/science/cdo/Makefile	Wed Nov 11 16:51:31 2015	(r401259)
@@ -26,6 +26,7 @@ CONFIGURE_ARGS=	--disable-cgribex \
 		--disable-extra \
 		--disable-grib \
 		--disable-ieg \
+		--disable-openmp \
 		--disable-service \
 		--enable-cdi-lib \
 		--program-transform-name="" \


More information about the svn-ports-all mailing list