public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: dev-util/ddd/files/, dev-util/ddd/
@ 2020-09-27  1:17 Maciej Mrozowski
  0 siblings, 0 replies; only message in thread
From: Maciej Mrozowski @ 2020-09-27  1:17 UTC (permalink / raw
  To: gentoo-commits

commit:     838a3e5d487ca2faeebfebf024abe3c387703251
Author:     Maciej Mrozowski <reavertm <AT> gentoo <DOT> org>
AuthorDate: Sun Sep 27 01:16:40 2020 +0000
Commit:     Maciej Mrozowski <reavertm <AT> gentoo <DOT> org>
CommitDate: Sun Sep 27 01:16:40 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=838a3e5d

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 <AT> gentoo.org>

 dev-util/ddd/ddd-3.3.12-r4.ebuild         |  1 +
 dev-util/ddd/files/ddd-3.3.12-clang.patch | 12 ++++++++++++
 2 files changed, 13 insertions(+)

diff --git a/dev-util/ddd/ddd-3.3.12-r4.ebuild b/dev-util/ddd/ddd-3.3.12-r4.ebuild
index 329b7ac91fe..5d5268c2c71 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 00000000000..c8c016db467
--- /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;
+ 


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2020-09-27  1:17 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-09-27  1:17 [gentoo-commits] repo/gentoo:master commit in: dev-util/ddd/files/, dev-util/ddd/ Maciej Mrozowski

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox