diff options
Diffstat (limited to 'sci-biology/iqpnni/files/iqpnni-3.3.1-gcc4.3.patch')
-rw-r--r-- | sci-biology/iqpnni/files/iqpnni-3.3.1-gcc4.3.patch | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/sci-biology/iqpnni/files/iqpnni-3.3.1-gcc4.3.patch b/sci-biology/iqpnni/files/iqpnni-3.3.1-gcc4.3.patch deleted file mode 100644 index c4f49284abc1..000000000000 --- a/sci-biology/iqpnni/files/iqpnni-3.3.1-gcc4.3.patch +++ /dev/null @@ -1,13 +0,0 @@ -diff -rc iqpnni-3.3.1-orig/src/constant.h iqpnni-3.3.1/src/constant.h -*** iqpnni-3.3.1-orig/src/constant.h 2009-01-04 19:33:35.000000000 -0500 ---- iqpnni-3.3.1/src/constant.h 2009-01-04 19:40:21.000000000 -0500 -*************** -*** 36,41 **** ---- 36,42 ---- - #include <stdio.h> - #include <math.h> - #include <string> -+ #include <string.h> - - using namespace std; - |