summaryrefslogtreecommitdiff
path: root/games/dangerdeep/files/patch-src_coastmap.h
diff options
context:
space:
mode:
authorRene Ladan <rene@FreeBSD.org>2021-01-02 14:08:04 +0000
committerRene Ladan <rene@FreeBSD.org>2021-01-02 14:08:04 +0000
commit8471c7a53a99f91a687460984d52ea8b6ee04710 (patch)
treeb5105bd59ca35bd9c65b48614cd25d45032beb4d /games/dangerdeep/files/patch-src_coastmap.h
parentRemove some expired ports: (diff)
Remove expired port:
2020-12-31 games/dangerdeep: Uses Python 2.7 version of scons, and Python 2.7 which is EOLed upstream games/dangerdeep-data
Diffstat (limited to 'games/dangerdeep/files/patch-src_coastmap.h')
-rw-r--r--games/dangerdeep/files/patch-src_coastmap.h20
1 files changed, 0 insertions, 20 deletions
diff --git a/games/dangerdeep/files/patch-src_coastmap.h b/games/dangerdeep/files/patch-src_coastmap.h
deleted file mode 100644
index b71f6a5a6517..000000000000
--- a/games/dangerdeep/files/patch-src_coastmap.h
+++ /dev/null
@@ -1,20 +0,0 @@
---- src/coastmap.h.orig 2020-03-29 09:04:12 UTC
-+++ src/coastmap.h
-@@ -151,7 +151,7 @@ class coastmap
- void process_coastline(int x, int y);
- void process_segment(int x, int y);
-
-- class worker : public thread
-+ class worker : public ::thread
- {
- coastmap& cm;
- public:
-@@ -163,7 +163,7 @@ class coastmap
- }
- };
-
-- thread::auto_ptr<worker> myworker;
-+ ::thread::auto_ptr<worker> myworker;
- void construction_threaded();
-
- public: