diff options
author | Maho Nakata <maho@FreeBSD.org> | 2007-01-29 01:44:50 +0000 |
---|---|---|
committer | Maho Nakata <maho@FreeBSD.org> | 2007-01-29 01:44:50 +0000 |
commit | f142f43353b2496505a7af9998057177bf614a8e (patch) | |
tree | 5eb9fe11dcf630e03d855fb0b0dc8107676bd279 /science | |
parent | e2bc21b6ba935bcb4f310a30bdd7d4018ac08e5d (diff) | |
download | ports-f142f43353b2496505a7af9998057177bf614a8e.tar.gz ports-f142f43353b2496505a7af9998057177bf614a8e.zip |
Fix build.
Submitted by: Jan Hornyak <jan.hornyak@col.cz> (and also pav)
Notes
Notes:
svn path=/head/; revision=183587
Diffstat (limited to 'science')
-rw-r--r-- | science/dft++/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/science/dft++/Makefile b/science/dft++/Makefile index 89860f795030..ae12be000dda 100644 --- a/science/dft++/Makefile +++ b/science/dft++/Makefile @@ -59,9 +59,9 @@ OPTIMIZED_FLAGS+= -mcpu=i686 -march=i686 -mfancy-math-387 -mpreferred-stack-boun pre-patch: ${CP} ${WRKSRC}/makefile ${WRKSRC}/makefile-pw ${CP} ${WRKSRC}/makefile ${WRKSRC}/makefile-wl - ${DIRNAME} `${F77} -print-libgcc-file-name` > ${WRKSRC}/LIBDIR pre-configure: + @${DIRNAME} `${F77} -print-libgcc-file-name` > ${WRKSRC}/LIBDIR @${ECHO} "You can optimize by setting WITH_OPTIMIZED_FLAGS=yes." @${REINPLACE_CMD} -e ' s|%%FC%%|${FC}|g ; \ s|%%CC%%|${CC}|g ; \ |