diff options
Diffstat (limited to 'sci-libs/blas-goto/files/blas-goto-1.24-sharedlibs.patch')
-rw-r--r-- | sci-libs/blas-goto/files/blas-goto-1.24-sharedlibs.patch | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/sci-libs/blas-goto/files/blas-goto-1.24-sharedlibs.patch b/sci-libs/blas-goto/files/blas-goto-1.24-sharedlibs.patch deleted file mode 100644 index 1180c4ff0cf2..000000000000 --- a/sci-libs/blas-goto/files/blas-goto-1.24-sharedlibs.patch +++ /dev/null @@ -1,18 +0,0 @@ ---- exports/Makefile.orig 2008-03-12 12:16:22.966541966 +0000 -+++ exports/Makefile 2008-03-12 12:24:08.850292012 +0000 -@@ -104,13 +104,13 @@ - ../$(LIBSONAME) : ../$(LIBNAME) linux.def - $(CC) $(CFLAGS) -shared -o ../$(LIBSONAME) \ - -Wl,--whole-archive ../$(LIBNAME) -Wl,--no-whole-archive \ -- -Wl,--retain-symbols-file=linux.def $(PTHREADLIB) -+ -Wl,--retain-symbols-file=linux.def $(PTHREADLIB) -lm - - endif - - ifeq ($(OSNAME), FreeBSD) - --so : ../$(LIBSONAME) test -+so : ../$(LIBSONAME) - - ../$(LIBSONAME) : ../$(LIBNAME) linux.def - $(CC) $(CFLAGS) -shared -o ../$(LIBSONAME) \ |