summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--math/gretl/Makefile4
-rw-r--r--misc/gretl/Makefile4
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