diff options
author | maho <maho@FreeBSD.org> | 2007-02-04 16:59:45 +0800 |
---|---|---|
committer | maho <maho@FreeBSD.org> | 2007-02-04 16:59:45 +0800 |
commit | 74a1f7dc0961bcab61f23a639468fa0b7523cf69 (patch) | |
tree | 7a232f44768e8a763576cea6a1f030329c968c72 | |
parent | 86488ab717cbbf18ac091e60a5108be363e25c78 (diff) | |
download | freebsd-ports-gnome-74a1f7dc0961bcab61f23a639468fa0b7523cf69.tar.gz freebsd-ports-gnome-74a1f7dc0961bcab61f23a639468fa0b7523cf69.tar.zst freebsd-ports-gnome-74a1f7dc0961bcab61f23a639468fa0b7523cf69.zip |
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 |