summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan Brinkmann <luckyduck@gentoo.org>2005-01-30 16:07:04 +0000
committerJan Brinkmann <luckyduck@gentoo.org>2005-01-30 16:07:04 +0000
commit7ca99421e2fbc0fae8a11ab55c0985f7a58aadb8 (patch)
tree7ef4839921a872165f734d66a7b9c215a438aa36 /sci-mathematics/snns/files
parentStable on ppc. (diff)
downloadgentoo-2-7ca99421e2fbc0fae8a11ab55c0985f7a58aadb8.tar.gz
gentoo-2-7ca99421e2fbc0fae8a11ab55c0985f7a58aadb8.tar.bz2
gentoo-2-7ca99421e2fbc0fae8a11ab55c0985f7a58aadb8.zip
added ~amd64 to -r6 and a patch which is required if USE=python. fixes #79773
(Portage version: 2.0.51-r15)
Diffstat (limited to 'sci-mathematics/snns/files')
-rw-r--r--sci-mathematics/snns/files/4.2-fPIC-python.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/sci-mathematics/snns/files/4.2-fPIC-python.patch b/sci-mathematics/snns/files/4.2-fPIC-python.patch
new file mode 100644
index 000000000000..c16e9e867280
--- /dev/null
+++ b/sci-mathematics/snns/files/4.2-fPIC-python.patch
@@ -0,0 +1,12 @@
+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