diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-09-01 21:25:59 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-09-01 21:25:59 +0000 |
commit | 8003ba152f15aa82aaadd76fcd6b669cc0cc9981 (patch) | |
tree | 7842527232644d8f0fc76639a38e9596a910d381 /math/atlas-devel/files/patch-CONFIG+src+SpewMakeInc.c | |
parent | Convert to USES=libtool and add INSTALL_TARGET=install-strip (diff) |
Remove non staged ports without pending PR from ma*
Diffstat (limited to 'math/atlas-devel/files/patch-CONFIG+src+SpewMakeInc.c')
-rw-r--r-- | math/atlas-devel/files/patch-CONFIG+src+SpewMakeInc.c | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/math/atlas-devel/files/patch-CONFIG+src+SpewMakeInc.c b/math/atlas-devel/files/patch-CONFIG+src+SpewMakeInc.c deleted file mode 100644 index 502d4c169a0f..000000000000 --- a/math/atlas-devel/files/patch-CONFIG+src+SpewMakeInc.c +++ /dev/null @@ -1,20 +0,0 @@ ---- CONFIG/src/SpewMakeInc.c.orig 2009-04-07 23:11:39.000000000 +0900 -+++ CONFIG/src/SpewMakeInc.c 2009-04-13 17:20:56.000000000 +0900 -@@ -737,7 +737,7 @@ - fprintf(fpout, "# ------------------------------------\n"); - fprintf(fpout, "# Reference and system libraries\n"); - fprintf(fpout, "# ------------------------------------\n"); -- fprintf(fpout, " FBLASlib = $(LIBdir)/libf77refblas.a\n"); -+ fprintf(fpout, " FBLASlib = -L%%LOCALBASE%%/lib -lblas\n"); - fprintf(fpout, " BLASlib = $(FBLASlib)\n"); - if (LAsrcd) - { -@@ -754,7 +754,7 @@ - fprintf(fpout, " SLAPACKlib = \n"); - if (THREADS) - { -- fprintf(fpout, " LIBS = -lpthread"); -+ fprintf(fpout, " LIBS = %%PTHREAD_LIBS%%"); - if (OSIsWin(OS)) - fprintf(fpout, " -lkernel32"); - } |