summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2019-04-25 23:41:49 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2019-04-25 23:55:44 +0200
commitf3aec25a5c94b378ee71bf0f7c2e2a76a98faabc (patch)
treee77388b085271374f1edfc6eca71c93ad21307bc /dev-libs/libbulletml/files
parentdev-libs/libbulletml: don't override the system-wide flags (diff)
downloadgentoo-f3aec25a5c94b378ee71bf0f7c2e2a76a98faabc.tar.gz
gentoo-f3aec25a5c94b378ee71bf0f7c2e2a76a98faabc.tar.bz2
gentoo-f3aec25a5c94b378ee71bf0f7c2e2a76a98faabc.zip
dev-libs/libbulletml: EAPI-7 bump, https
Package-Manager: Portage-2.3.64, Repoman-2.3.12 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'dev-libs/libbulletml/files')
-rw-r--r--dev-libs/libbulletml/files/libbulletml-0.0.6-gcc43.patch12
-rw-r--r--dev-libs/libbulletml/files/libbulletml-0.0.6-gcc46.patch4
2 files changed, 8 insertions, 8 deletions
diff --git a/dev-libs/libbulletml/files/libbulletml-0.0.6-gcc43.patch b/dev-libs/libbulletml/files/libbulletml-0.0.6-gcc43.patch
index f7e9bfbab9b1..2cbbda199f4b 100644
--- a/dev-libs/libbulletml/files/libbulletml-0.0.6-gcc43.patch
+++ b/dev-libs/libbulletml/files/libbulletml-0.0.6-gcc43.patch
@@ -1,5 +1,5 @@
---- src/calc.yy
-+++ src/calc.yy
+--- a/calc.yy
++++ b/calc.yy
@@ -8,6 +8,7 @@
#include <cmath>
@@ -8,8 +8,8 @@
#include <vector>
#include <sstream>
---- src/tinyxml/tinyxml.h
-+++ src/tinyxml/tinyxml.h
+--- a/tinyxml/tinyxml.h
++++ b/tinyxml/tinyxml.h
@@ -28,6 +28,8 @@
#include <string>
#include <stdio.h>
@@ -19,8 +19,8 @@
class TiXmlDocument;
class TiXmlElement;
---- src/tinyxml/tinyxmlparser.cpp
-+++ src/tinyxml/tinyxmlparser.cpp
+--- a/tinyxml/tinyxmlparser.cpp
++++ b/tinyxml/tinyxmlparser.cpp
@@ -24,6 +24,7 @@
#include "tinyxml.h"
diff --git a/dev-libs/libbulletml/files/libbulletml-0.0.6-gcc46.patch b/dev-libs/libbulletml/files/libbulletml-0.0.6-gcc46.patch
index 47e0dc411ac9..ab94deaf7c5f 100644
--- a/dev-libs/libbulletml/files/libbulletml-0.0.6-gcc46.patch
+++ b/dev-libs/libbulletml/files/libbulletml-0.0.6-gcc46.patch
@@ -1,5 +1,5 @@
---- calc.yy.old 2011-05-18 12:26:38.701666366 +0200
-+++ calc.yy 2011-05-18 12:27:43.020672135 +0200
+--- a/calc.yy 2011-05-18 12:26:38.701666366 +0200
++++ b/calc.yy 2011-05-18 12:27:43.020672135 +0200
@@ -17,7 +17,7 @@
#include "formula.h"
#include "formula-variables.h"