aboutsummaryrefslogtreecommitdiff
path: root/math/gotoblas/files/patch-export-Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'math/gotoblas/files/patch-export-Makefile')
-rw-r--r--math/gotoblas/files/patch-export-Makefile11
1 files changed, 0 insertions, 11 deletions
diff --git a/math/gotoblas/files/patch-export-Makefile b/math/gotoblas/files/patch-export-Makefile
deleted file mode 100644
index 1bbd7498cbc9..000000000000
--- a/math/gotoblas/files/patch-export-Makefile
+++ /dev/null
@@ -1,11 +0,0 @@
---- exports/Makefile.orig Sun Jan 21 14:01:28 2007
-+++ exports/Makefile Sun Jan 21 14:02:13 2007
-@@ -181,7 +181,7 @@
- ./gensymbol win2kasm > symbol.S
-
- test : linktest.c
-- $(CC) $(CFLAGS) -w -o linktest linktest.c ../$(LIBSONAME) $(EXTRALIB) -lm && echo OK.
-+ $(CC) $(CFLAGS) $(PTHREAD_CFLAGS) -w -o linktest $(PTHREAD_LIBS) linktest.c ../$(LIBSONAME) $(EXTRALIB) -lm && echo OK.
- rm -f linktest
-
- linktest.c : gensymbol ../Makefile.rule ../getarch.c