diff options
author | Thierry Thomas <thierry@FreeBSD.org> | 2009-01-20 08:10:54 +0000 |
---|---|---|
committer | Thierry Thomas <thierry@FreeBSD.org> | 2009-01-20 08:10:54 +0000 |
commit | fefb0a67a55af77297daf1553204003f8092f5b8 (patch) | |
tree | 240ef17a5b3fba96cce647aa52d027f48fe7a492 | |
parent | f2dc9574fda5bdbf00567516016cb473c0057326 (diff) | |
download | ports-fefb0a67a55af77297daf1553204003f8092f5b8.tar.gz ports-fefb0a67a55af77297daf1553204003f8092f5b8.zip |
Notes
-rw-r--r-- | cad/opencascade/Makefile | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/cad/opencascade/Makefile b/cad/opencascade/Makefile index bb63d58d6412..ecf8cb48e573 100644 --- a/cad/opencascade/Makefile +++ b/cad/opencascade/Makefile @@ -69,13 +69,9 @@ CONFIGURE_ENV= CPPFLAGS="${CXXFLAGS} ${GCC4WA} -I${LOCALBASE}/include \ MAKE_ENV= INSTALL_STRIP_FLAG=-s OCC_BUILDDIR="${PATCH_WRKSRC}" \ OCC_INSTALLDIR="${OCCROOT}" PTHREAD_LIBS="${PTHREAD_LIBS}" USE_LDCONFIG= yes +USE_FORTRAN= yes STL_COMPILER?= gcc -WANT_FORTRAN= yes #dummy but future use -BUILD_DEPENDS+= gfortran42:${PORTSDIR}/lang/gcc42 -FC= gfortran42 -F77= gfortran42 -CONFIGURE_ENV+= FC="${FC}" F77="${F77}" FFLAGS="${FFLAGS}" FFLAGS?= -O2 LOCCROOT= OpenCAS |