diff options
| author | Maho Nakata <maho@FreeBSD.org> | 2007-02-04 08:59:45 +0000 |
|---|---|---|
| committer | Maho Nakata <maho@FreeBSD.org> | 2007-02-04 08:59:45 +0000 |
| commit | ac1f1ac197b0d8ade1a151e44eae81f0c058b34b (patch) | |
| tree | 663be47c69e3441439ca7039a270c717b748f501 | |
| parent | - Fix build on amd64 (diff) | |
Fix build.
Submitted by: kris via pointyhat
| -rw-r--r-- | math/gretl/Makefile | 4 | ||||
| -rw-r--r-- | misc/gretl/Makefile | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/math/gretl/Makefile b/math/gretl/Makefile index f4936c57be18..5892f4213e0d 100644 --- a/math/gretl/Makefile +++ b/math/gretl/Makefile @@ -60,8 +60,8 @@ BLAS= -lblas LAPACK= -llapack .endif -post-patch: - @${DIRNAME} `${LOCALBASE}/bin/${F77} -print-libgcc-file-name` > ${WRKSRC}/LIBDIR +pre-configure: + @${DIRNAME} `${F77} -print-libgcc-file-name` > ${WRKSRC}/LIBDIR .if ${ARCH} == "alpha" BROKEN= math/lapack appears to be broken on alpha diff --git a/misc/gretl/Makefile b/misc/gretl/Makefile index f4936c57be18..5892f4213e0d 100644 --- a/misc/gretl/Makefile +++ b/misc/gretl/Makefile @@ -60,8 +60,8 @@ BLAS= -lblas LAPACK= -llapack .endif -post-patch: - @${DIRNAME} `${LOCALBASE}/bin/${F77} -print-libgcc-file-name` > ${WRKSRC}/LIBDIR +pre-configure: + @${DIRNAME} `${F77} -print-libgcc-file-name` > ${WRKSRC}/LIBDIR .if ${ARCH} == "alpha" BROKEN= math/lapack appears to be broken on alpha |
