summaryrefslogtreecommitdiff
path: root/cad
diff options
context:
space:
mode:
authorThierry Thomas <thierry@FreeBSD.org>2010-04-10 14:13:43 +0000
committerThierry Thomas <thierry@FreeBSD.org>2010-04-10 14:13:43 +0000
commit111a44ea912ad4611f3df5469b82ae3194b4776c (patch)
treeff915d81a4e446c6ff24b812868bd044c83fdfe9 /cad
parent- Update nVidia BETA drivers to version 195.36.15 (diff)
Does not depend on Fortran any more.
Reported by: Andrea Venturoli <ml (at) netfence.it>
Notes
Notes: svn path=/head/; revision=252525
Diffstat (limited to 'cad')
-rw-r--r--cad/opencascade/Makefile3
1 files changed, 0 insertions, 3 deletions
diff --git a/cad/opencascade/Makefile b/cad/opencascade/Makefile
index 73620aa87363..520f1962eb49 100644
--- a/cad/opencascade/Makefile
+++ b/cad/opencascade/Makefile
@@ -70,10 +70,8 @@ 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}" LD=${CXX}
USE_LDCONFIG= yes
-USE_FORTRAN= yes
STL_COMPILER?= gcc
-FFLAGS?= -O2
LOCCROOT= OpenCAS
OCCROOT= ${PREFIX}/${LOCCROOT}
@@ -136,7 +134,6 @@ pre-configure:
-e 's|/usr/bin/ld|${LD}|' \
-e 's|%%CXXFLAGS%%|${CXXFLAGS}|' \
-e 's|%%CFLAGS%%|${CFLAGS}|' \
- -e 's|%%FFLAGS%%|${FFLAGS}|' \
-e 's|%%LOCALBASE%%|${LOCALBASE}|' \
-e 's|%%/usr/X11R6%%|${X11LBASE}|' \
-e 's|%%STL_COMPILER%%|${STL_COMPILER}|'\