diff options
author | maho <maho@FreeBSD.org> | 2009-10-14 07:48:01 +0800 |
---|---|---|
committer | maho <maho@FreeBSD.org> | 2009-10-14 07:48:01 +0800 |
commit | 23ed7e7f29b95769166aea45fc2c52f8b9641a58 (patch) | |
tree | 4317caca60e39f57f7cb08605307b56138da2448 /science | |
parent | 990711d6e5cdd92f17827a65f736ab8980ba1f72 (diff) | |
download | freebsd-ports-graphics-23ed7e7f29b95769166aea45fc2c52f8b9641a58.tar.gz freebsd-ports-graphics-23ed7e7f29b95769166aea45fc2c52f8b9641a58.tar.zst freebsd-ports-graphics-23ed7e7f29b95769166aea45fc2c52f8b9641a58.zip |
Build fix.
Spotted by: miwi and pav
Feature safe: yes
Diffstat (limited to 'science')
-rw-r--r-- | science/mpqc/Makefile | 7 | ||||
-rw-r--r-- | science/mpqc/pkg-descr | 1 |
2 files changed, 2 insertions, 6 deletions
diff --git a/science/mpqc/Makefile b/science/mpqc/Makefile index eb94e529e2e..8c0a59b325a 100644 --- a/science/mpqc/Makefile +++ b/science/mpqc/Makefile @@ -94,12 +94,10 @@ CXXFLAGS+= -O2 -ffast-math EXTRARPATH= -Wl,-rpath=`${CAT} ${WRKSRC}/LIBDIR` -post-patch: - @${DIRNAME} `${CC} -print-file-name=libstdc++.so` > ${WRKSRC}/LIBDIR - @${REINPLACE_CMD} -e 's|%%EXTRARPATH%%|${EXTRARPATH}|g' ${WRKSRC}/lib/LocalMakefile.in - pre-configure: @${ECHO} "You can optimize by setting WITH_OPTIMIZED_FLAGS=yes." + @${DIRNAME} `${CC} -print-file-name=libstdc++.so` > ${WRKSRC}/LIBDIR + @${REINPLACE_CMD} -e 's|%%EXTRARPATH%%|${EXTRARPATH}|g' ${WRKSRC}/lib/LocalMakefile.in do-build: @cd ${WRKSRC} ; ${GMAKE} @@ -137,4 +135,3 @@ validate: cd ${WRKSRC}/src/bin/mpqc/validate ; ${GMAKE} check0 ; ${GMAKE} check0_run ; ${GMAKE} check0_chk .include <bsd.port.post.mk> - diff --git a/science/mpqc/pkg-descr b/science/mpqc/pkg-descr index 99d75085a5b..2c9cc75e8c4 100644 --- a/science/mpqc/pkg-descr +++ b/science/mpqc/pkg-descr @@ -22,4 +22,3 @@ For details, please see file:///usr/local/share/doc/mpqc/hierarchy.html or http://www.mpqc.org/mpqc-html/mpqcval.html WWW: http://www.mpqc.org/ - |