summaryrefslogtreecommitdiffstats
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, 11 insertions, 0 deletions
diff --git a/academic/wxmacmolplt/wxmacmolplt-7.4-firefly.patch b/academic/wxmacmolplt/wxmacmolplt-7.4-firefly.patch
new file mode 100644
index 0000000000..540ec0bb5c
--- /dev/null
+++ b/academic/wxmacmolplt/wxmacmolplt-7.4-firefly.patch
@@ -0,0 +1,11 @@
+--- 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))