diff options
author | Maciej Mrozowski <reavertm@gentoo.org> | 2020-09-27 03:16:40 +0200 |
---|---|---|
committer | Maciej Mrozowski <reavertm@gentoo.org> | 2020-09-27 03:16:40 +0200 |
commit | 838a3e5d487ca2faeebfebf024abe3c387703251 (patch) | |
tree | 36b95256e7be7b1de21e2ed4b481d77127f2390f /dev-util/ddd | |
parent | games-simulation/flightgear: fix compilation against >boost-1.73 (diff) | |
download | gentoo-838a3e5d487ca2faeebfebf024abe3c387703251.tar.gz gentoo-838a3e5d487ca2faeebfebf024abe3c387703251.tar.bz2 gentoo-838a3e5d487ca2faeebfebf024abe3c387703251.zip |
dev-util/ddd: fix clang compilation
Closes: https://bugs.gentoo.org/730686
Package-Manager: Portage-3.0.4, Repoman-3.0.1
Signed-off-by: Maciej Mrozowski <reavertm@gentoo.org>
Diffstat (limited to 'dev-util/ddd')
-rw-r--r-- | dev-util/ddd/ddd-3.3.12-r4.ebuild | 1 | ||||
-rw-r--r-- | dev-util/ddd/files/ddd-3.3.12-clang.patch | 12 |
2 files changed, 13 insertions, 0 deletions
diff --git a/dev-util/ddd/ddd-3.3.12-r4.ebuild b/dev-util/ddd/ddd-3.3.12-r4.ebuild index 329b7ac91fe9..5d5268c2c714 100644 --- a/dev-util/ddd/ddd-3.3.12-r4.ebuild +++ b/dev-util/ddd/ddd-3.3.12-r4.ebuild @@ -43,6 +43,7 @@ PATCHES=( "${FILESDIR}/${PN}-3.3.12-tinfo.patch" "${FILESDIR}/${PN}-3.3.12-gcc9.patch" "${FILESDIR}/${PN}-3.3.12-parallel.patch" + "${FILESDIR}/${PN}-3.3.12-clang.patch" ) DOCS=( diff --git a/dev-util/ddd/files/ddd-3.3.12-clang.patch b/dev-util/ddd/files/ddd-3.3.12-clang.patch new file mode 100644 index 000000000000..c8c016db4670 --- /dev/null +++ b/dev-util/ddd/files/ddd-3.3.12-clang.patch @@ -0,0 +1,12 @@ +diff -ruN ddd-3.3.12/ddd/exit.C ddd-my/ddd/exit.C +--- ddd-3.3.12/ddd/exit.C 2009-02-11 18:25:07.000000000 +0100 ++++ ddd-my/ddd/exit.C 2020-09-27 03:02:53.734445711 +0200 +@@ -769,7 +769,7 @@ + + static XtAppContext xt_error_app_context = 0; + +-static void ddd_xt_error(String message = 0) ++static void ddd_xt_error(String message = 0) _X_NORETURN + { + ddd_has_crashed = true; + |