aboutsummaryrefslogtreecommitdiff
path: root/academic/wxmacmolplt/wxmacmolplt-7.4-firefly.patch
diff options
context:
space:
mode:
Diffstat (limited to 'academic/wxmacmolplt/wxmacmolplt-7.4-firefly.patch')
-rw-r--r--academic/wxmacmolplt/wxmacmolplt-7.4-firefly.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/academic/wxmacmolplt/wxmacmolplt-7.4-firefly.patch b/academic/wxmacmolplt/wxmacmolplt-7.4-firefly.patch
deleted file mode 100644
index 540ec0bb5c012..0000000000000
--- a/academic/wxmacmolplt/wxmacmolplt-7.4-firefly.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- a/src/BFiles.cpp 2009-11-13 06:42:20.000000000 +0300
-+++ b/src/BFiles.cpp 2009-12-09 21:08:16.000000000 +0300
-@@ -294,6 +294,8 @@
- while ((ByteCount <= FileSize)&&(Type == kUnknown)) {
- if (LocateKeyWord("GAMESS VERSION", 14, -1))
- Type = kGAMESSlogType;
-+ else if (LocateKeyWord("Firefly (PC GAMESS) version", 27, -1))
-+ Type = kGAMESSlogType;
- else if (LocateKeyWord("===== IRC DATA PACKET", 21, -1))
- Type = kGAMESSTRJType;
- else if (LocateKeyWord("===== DRC DATA PACKET", 21, -1))