From 91d5f8427ac1958d39eaf88a25e6140c92e2f51f Mon Sep 17 00:00:00 2001 From: Justin Lecher Date: Mon, 2 Jan 2017 22:00:30 +0000 Subject: sci-mathematics/snns: Drop old Package-Manager: Portage-2.3.3, Repoman-2.3.1 Signed-off-by: Justin Lecher --- sci-mathematics/snns/files/4.2-fPIC-python.patch | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 sci-mathematics/snns/files/4.2-fPIC-python.patch (limited to 'sci-mathematics/snns/files') diff --git a/sci-mathematics/snns/files/4.2-fPIC-python.patch b/sci-mathematics/snns/files/4.2-fPIC-python.patch deleted file mode 100644 index c16e9e867280..000000000000 --- a/sci-mathematics/snns/files/4.2-fPIC-python.patch +++ /dev/null @@ -1,12 +0,0 @@ -diff -urpN configuration.orig/Makefile.din configuration/Makefile.din ---- configuration.orig/Makefile.din 2005-01-30 16:40:54.430169528 +0100 -+++ configuration/Makefile.din 2005-01-30 16:41:20.971134688 +0100 -@@ -114,7 +114,7 @@ SUBSTOBJECTS = @LIBOBJS@ @ALLOCA@ - .SUFFIXES: - .SUFFIXES: .c .o - .c.o: -- $(CC) $(CPPFLAGS) $(CFLAGS) -c $< -+ $(CC) -fPIC $(CPPFLAGS) $(CFLAGS) -c $< - - #***************************************************************************** - # End of common Makefile.defs -- cgit v1.2.3-65-gdbad