diff options
author | Maho Nakata <maho@FreeBSD.org> | 2007-01-16 05:51:11 +0000 |
---|---|---|
committer | Maho Nakata <maho@FreeBSD.org> | 2007-01-16 05:51:11 +0000 |
commit | 4a78af366144dc63b2612bb59494b5a4001c2a06 (patch) | |
tree | a11e870bf9d4fdf7c6cb55a5a5678be4a22cc7bb /science | |
parent | 167c9e4db692e9ce12e39b6a3dd085b1cbaae043 (diff) | |
download | ports-4a78af366144dc63b2612bb59494b5a4001c2a06.tar.gz ports-4a78af366144dc63b2612bb59494b5a4001c2a06.zip |
Notes
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 a6a53725f434..27bd4221e746 100644 --- a/science/dft++/Makefile +++ b/science/dft++/Makefile @@ -60,7 +60,7 @@ 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} `${LOCALBASE}/bin/${FC} -print-libgcc-file-name` > ${WRKSRC}/LIBDIR + ${DIRNAME} `${F77} -print-libgcc-file-name` > ${WRKSRC}/LIBDIR pre-configure: @${ECHO} "You can optimize by setting WITH_OPTIMIZED_FLAGS=yes." |