summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sci-biology/biopython/files/biopython-1.49-flex.patch21
1 files changed, 0 insertions, 21 deletions
diff --git a/sci-biology/biopython/files/biopython-1.49-flex.patch b/sci-biology/biopython/files/biopython-1.49-flex.patch
deleted file mode 100644
index afd509444c68..000000000000
--- a/sci-biology/biopython/files/biopython-1.49-flex.patch
+++ /dev/null
@@ -1,21 +0,0 @@
---- setup.py.old 2008-11-25 18:03:16.000000000 +0100
-+++ setup.py 2008-11-25 18:04:14.000000000 +0100
-@@ -341,12 +341,12 @@
- include_dirs=["Bio"]
- ),
- #Commented out due to the build dependency on flex, see Bug 2619
--# Extension('Bio.PDB.mmCIF.MMCIFlex',
--# ['Bio/PDB/mmCIF/lex.yy.c',
--# 'Bio/PDB/mmCIF/MMCIFlexmodule.c'],
--# include_dirs=["Bio"],
--# libraries=["fl"]
--# ),
-+ Extension('Bio.PDB.mmCIF.MMCIFlex',
-+ ['Bio/PDB/mmCIF/lex.yy.c',
-+ 'Bio/PDB/mmCIF/MMCIFlexmodule.c'],
-+ include_dirs=["Bio"],
-+ libraries=["fl"]
-+ ),
- Extension('Bio.Nexus.cnexus',
- ['Bio/Nexus/cnexus.c']
- ),