diff options
author | Rong-En Fan <rafan@FreeBSD.org> | 2008-04-05 12:52:06 +0000 |
---|---|---|
committer | Rong-En Fan <rafan@FreeBSD.org> | 2008-04-05 12:52:06 +0000 |
commit | e7a188313687703ded73222190143961f6192f6a (patch) | |
tree | 33aba6cbedb60e7db9bdb3485cff2272a6ecc7b9 /math | |
parent | 9b707841efbcb8ae908a4d5ea52b56d9d0737788 (diff) | |
download | ports-e7a188313687703ded73222190143961f6192f6a.tar.gz ports-e7a188313687703ded73222190143961f6192f6a.zip |
Notes
Diffstat (limited to 'math')
-rw-r--r-- | math/miracl/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/math/miracl/Makefile b/math/miracl/Makefile index 8e68b6b52e99..b9a2b86df9c2 100644 --- a/math/miracl/Makefile +++ b/math/miracl/Makefile @@ -44,6 +44,7 @@ post-patch: -e 's|gcc|${CC}|' \ -e 's|g\+\+|${CXX}|' \ -e 's|-O2|${CFLAGS}|' \ + ${WRKSRC}/${BUILDCMD} .else @${REINPLACE_CMD} -E \ -e 's|gcc|${CC}|' \ |