aboutsummaryrefslogtreecommitdiffstats
path: root/science
diff options
context:
space:
mode:
authormaho <maho@FreeBSD.org>2007-01-12 19:45:50 +0800
committermaho <maho@FreeBSD.org>2007-01-12 19:45:50 +0800
commit4091cb70e581014580ae3955c2347ee5da7195a8 (patch)
treee46697efd855aa73f776488eb5088a79f6e94132 /science
parent7f56b4299cc69b0c3fa1c755ec0e751a117b16bb (diff)
downloadfreebsd-ports-gnome-4091cb70e581014580ae3955c2347ee5da7195a8.tar.gz
freebsd-ports-gnome-4091cb70e581014580ae3955c2347ee5da7195a8.tar.zst
freebsd-ports-gnome-4091cb70e581014580ae3955c2347ee5da7195a8.zip
Remove -v in CC and CXX.
Diffstat (limited to 'science')
-rw-r--r--science/dft++/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/science/dft++/Makefile b/science/dft++/Makefile
index 4efbf0ee9557..11111b0bcf54 100644
--- a/science/dft++/Makefile
+++ b/science/dft++/Makefile
@@ -76,8 +76,8 @@ pre-configure:
s|%%FORTRANLIBS%%|${FORTRANLIBS} ${GCCLIBDIR}|g ; \
s|%%CXXFLAGS%%|${CXXFLAGS}|g ;' ${WRKSRC}/makefile.local-pw
@${REINPLACE_CMD} -e ' s|%%FC%%|${FC}|g ; \
- s|%%CC%%|${CC} -v|g ; \
- s|%%CXX%%|${CXX} -v|g ; \
+ s|%%CC%%|${CC}|g ; \
+ s|%%CXX%%|${CXX}|g ; \
s|%%BLAS%%|${BLAS}|g ; \
s|%%LAPACK%%|${LAPACK}|g ; \
s|%%FFTW%%|${FFTW}|g ; \