summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Lecher <jlec@gentoo.org>2017-01-02 22:00:30 +0000
committerJustin Lecher <jlec@gentoo.org>2017-01-02 22:09:08 +0000
commit91d5f8427ac1958d39eaf88a25e6140c92e2f51f (patch)
tree52ad95490e8f25827d20eecd095abb7ea4ae6481 /sci-mathematics/snns/files
parentsci-libs/neartree: Drop old (diff)
downloadgentoo-91d5f8427ac1958d39eaf88a25e6140c92e2f51f.tar.gz
gentoo-91d5f8427ac1958d39eaf88a25e6140c92e2f51f.tar.bz2
gentoo-91d5f8427ac1958d39eaf88a25e6140c92e2f51f.zip
sci-mathematics/snns: Drop old
Package-Manager: Portage-2.3.3, Repoman-2.3.1 Signed-off-by: Justin Lecher <jlec@gentoo.org>
Diffstat (limited to 'sci-mathematics/snns/files')
-rw-r--r--sci-mathematics/snns/files/4.2-fPIC-python.patch12
1 files changed, 0 insertions, 12 deletions
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