summaryrefslogtreecommitdiff
path: root/sci-electronics/klayout/files/klayout-0.25.6-gcc8.patch
diff options
context:
space:
mode:
Diffstat (limited to 'sci-electronics/klayout/files/klayout-0.25.6-gcc8.patch')
-rw-r--r--sci-electronics/klayout/files/klayout-0.25.6-gcc8.patch18
1 files changed, 0 insertions, 18 deletions
diff --git a/sci-electronics/klayout/files/klayout-0.25.6-gcc8.patch b/sci-electronics/klayout/files/klayout-0.25.6-gcc8.patch
deleted file mode 100644
index 250290f34901..000000000000
--- a/sci-electronics/klayout/files/klayout-0.25.6-gcc8.patch
+++ /dev/null
@@ -1,18 +0,0 @@
-Source: https://github.com/klayoutmatthias/klayout/issues/127
-
-diff -ruN klayout-0.25.6.orig/src/db/db/dbCellMapping.cc klayout-0.25.6/src/db/db/dbCellMapping.cc
---- klayout-0.25.6.orig/src/db/db/dbCellMapping.cc 2018-11-26 18:53:43.000000000 +0100
-+++ klayout-0.25.6/src/db/db/dbCellMapping.cc 2018-12-12 20:05:11.210171097 +0100
-@@ -75,6 +75,12 @@
- return *this;
- }
-
-+ SortedCellIndexIterator &operator--()
-+ {
-+ --m_n;
-+ return *this;
-+ }
-+
- SortedCellIndexIterator &operator+=(size_t n)
- {
- m_n += n;