summaryrefslogtreecommitdiff
path: root/biology/py-biopython/files/patch-setup.py
diff options
context:
space:
mode:
authorMarcus Alves Grando <mnag@FreeBSD.org>2005-11-11 01:15:35 +0000
committerMarcus Alves Grando <mnag@FreeBSD.org>2005-11-11 01:15:35 +0000
commit23d07b2cdbaf3bc562f98790c3ce2cb017afc527 (patch)
tree0076a4c76ebf1062e51dff4759991b7e7dc1059b /biology/py-biopython/files/patch-setup.py
parent- Update to 1.0.5 (diff)
Update to 1.41
Take MAINTAINER Add SHA256 PR: 88792 Submitted by: Mauricio Herrera Cuadra <mauricio@arareko.net>
Notes
Notes: svn path=/head/; revision=147871
Diffstat (limited to 'biology/py-biopython/files/patch-setup.py')
-rw-r--r--biology/py-biopython/files/patch-setup.py11
1 files changed, 0 insertions, 11 deletions
diff --git a/biology/py-biopython/files/patch-setup.py b/biology/py-biopython/files/patch-setup.py
deleted file mode 100644
index fdbd92ff3b60..000000000000
--- a/biology/py-biopython/files/patch-setup.py
+++ /dev/null
@@ -1,11 +0,0 @@
---- setup.py.orig Fri May 14 15:17:43 2004
-+++ setup.py Sun Nov 7 01:02:10 2004
-@@ -199,7 +199,7 @@
- self.compiler.set_executable("linker_so",
- cxx + ["-shared"])
- elif build: # fix for 2.3, only if we are making C++ modules
-- self.compiler.compiler_so = self.compiler.compiler_cxx
-+ self.compiler.compiler_so = self.compiler.compiler_cxx + ["-fPIC"]
- else:
- self.compiler.compiler_so = self._original_compiler_so
-