summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Seifert <soap@gentoo.org>2018-04-17 11:03:26 +0200
committerDavid Seifert <soap@gentoo.org>2018-04-17 11:08:11 +0200
commita811a7aba37e687265579dc430aa3bd934be571a (patch)
tree6dbbe0e58514fec2450fd05af47e6cb7be53bcad /sci-electronics/vbs/files/vbs-1.4.0-gcc-4.3.patch
parentnet-libs/davix: only depend on sys-apps/util-linux on Linux (diff)
downloadgentoo-a811a7aba37e687265579dc430aa3bd934be571a.tar.gz
gentoo-a811a7aba37e687265579dc430aa3bd934be571a.tar.bz2
gentoo-a811a7aba37e687265579dc430aa3bd934be571a.zip
sci-electronics/vbs: Port to EAPI 6
Package-Manager: Portage-2.3.28, Repoman-2.3.9
Diffstat (limited to 'sci-electronics/vbs/files/vbs-1.4.0-gcc-4.3.patch')
-rw-r--r--sci-electronics/vbs/files/vbs-1.4.0-gcc-4.3.patch12
1 files changed, 6 insertions, 6 deletions
diff --git a/sci-electronics/vbs/files/vbs-1.4.0-gcc-4.3.patch b/sci-electronics/vbs/files/vbs-1.4.0-gcc-4.3.patch
index c0a62e1d0e22..1bb55d824e7a 100644
--- a/sci-electronics/vbs/files/vbs-1.4.0-gcc-4.3.patch
+++ b/sci-electronics/vbs/files/vbs-1.4.0-gcc-4.3.patch
@@ -1,5 +1,5 @@
---- vbs-1.4.0b/src/common/dumpstrm.cc 2009-01-21 02:42:43.000000000 -0400
-+++ vbs-1.4.0/src/common/dumpstrm.cc 2009-01-21 02:48:57.000000000 -0400
+--- a/common/dumpstrm.cc
++++ b/common/dumpstrm.cc
@@ -13,6 +13,7 @@
#include <cstdio> // sprintf
@@ -8,8 +8,8 @@
#include "dumpstrm.h"
using std::cerr;
---- vbs-1.4.0b/src/common/logic.h 2009-01-21 02:42:43.000000000 -0400
-+++ vbs-1.4.0/src/common/logic.h 2009-01-21 02:48:05.000000000 -0400
+--- a/common/logic.h
++++ b/common/logic.h
@@ -18,6 +18,7 @@
#ifndef _LOGIC_H
@@ -18,8 +18,8 @@
class logic
{
---- vbs-1.4.0b/src/common/bvector.h 2009-01-21 02:42:43.000000000 -0400
-+++ vbs-1.4.0/src/common/bvector.h 2009-01-21 02:46:31.000000000 -0400
+--- a/common/bvector.h
++++ b/common/bvector.h
@@ -30,6 +30,7 @@
#include <string>
#include <utility>