summaryrefslogtreecommitdiffstats
path: root/libraries/openbabel/gcc-5.patch
diff options
context:
space:
mode:
author Robby Workman <rworkman@slackbuilds.org>2021-04-23 00:23:26 -0500
committer Robby Workman <rworkman@slackbuilds.org>2021-04-23 00:23:26 -0500
commit18dea74a4fc97531b2979730401cc484d1ed5e4c (patch)
tree301ad46a662d6451bfa746d5d79ab1cb30ff8925 /libraries/openbabel/gcc-5.patch
parent9842cab66fce4288d93a445da8f2385b53f690c9 (diff)
downloadslackbuilds-18dea74a4fc97531b2979730401cc484d1ed5e4c.tar.gz
slackbuilds-18dea74a4fc97531b2979730401cc484d1ed5e4c.tar.xz
libraries/openbabel: Updated for version 3.1.1.
If this is too new, then reverting is fine, but since we're working toward Slackware 15.0, and this 3.1.1 release has been out for a bit, let's see what happens...
Diffstat (limited to 'libraries/openbabel/gcc-5.patch')
-rw-r--r--libraries/openbabel/gcc-5.patch12
1 files changed, 0 insertions, 12 deletions
diff --git a/libraries/openbabel/gcc-5.patch b/libraries/openbabel/gcc-5.patch
deleted file mode 100644
index bd25e0df0b..0000000000
--- a/libraries/openbabel/gcc-5.patch
+++ /dev/null
@@ -1,12 +0,0 @@
---- include/openbabel/shared_ptr.h.gcc5 2015-02-04 20:04:57.000000000 +0100
-+++ include/openbabel/shared_ptr.h 2015-02-07 22:10:37.433163644 +0100
-@@ -21,7 +21,7 @@ GNU General Public License for more deta
- #define sharedptr boost::shared_ptr
- #else
- #include <memory>
-- #if __GNUC__ == 4 //&& __GNUC_MINOR__ < 3 removed at the suggestion of Konstantin Tokarev
-+ #if __GNUC__ >= 4 //&& __GNUC_MINOR__ < 3 removed at the suggestion of Konstantin Tokarev
- #include <tr1/memory>
- #endif
- using std::tr1::shared_ptr;
-