aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/patches/ripperx-missing-file.patch
blob: 6eb197fd7a979889300e35690c7145989b673f40 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
This patch adds a header file that is present in the ripperx git and needed
for inclusion, but missing in the distribution tarball.

diff -u -r -N ripperx-2.8.0.orig/src/gtk_cpp_workaround.h ripperx-2.8.0/src/gtk_cpp_workaround.h
--- ripperx-2.8.0.orig/src/gtk_cpp_workaround.h	1970-01-01 01:00:00.000000000 +0100
+++ ripperx-2.8.0/src/gtk_cpp_workaround.h	2015-07-24 21:09:16.548476337 +0200
@@ -0,0 +1,39 @@
+#ifndef gtk_cpp_workaround_h
+#define gtk_cpp_workaround_h
+#ifdef __cplusplus
+//proto is wrong, override here for C++
+namespace 
+{
+  
+inline void gtk_table_attach (GtkTable *table,
+		       GtkWidget *child,
+		       guint left_attach,
+		       guint right_attach,
+		       guint top_attach,
+		       guint bottom_attach,
+		       //GtkAttachOptions xoptions,
+		       //GtkAttachOptions yoptions,
+		       guint xoptions, guint yoptions,
+		       guint xpadding,
+		       guint ypadding
+		       ) 
+{
+  gtk_table_attach(table,
+		   child,
+		   left_attach,
+		   right_attach,
+		   top_attach,
+		   bottom_attach,
+		   (GtkAttachOptions)xoptions, 
+		   (GtkAttachOptions)yoptions,
+		   xpadding,
+		   ypadding
+		   );
+  
+    };
+
+
+}
+
+#endif
+#endif
7b945c32fd4e54d9fefe1ff9f4c341db804c289'>gnu: Add clang-runtime-17.Hilton Chain 2023-11-12gnu: Add llvm-17.Hilton Chain 2023-11-12gnu: Add lld-16.Hilton Chain 2023-11-12gnu: Add clang-toolchain-16.Hilton Chain 2023-11-12gnu: Add libomp-16.Hilton Chain 2023-11-12gnu: Add clang-16.Hilton Chain 2023-11-12gnu: Add clang-runtime-16.Hilton Chain 2023-11-12gnu: Add llvm-16.Hilton Chain 2023-11-12gnu: clang-runtime-from-llvm: Add phase for LLVM monorepo.Hilton Chain 2023-11-12gnu: clang-runtime-from-llvm: Adjust inputs for version 15 or later.Hilton Chain 2023-10-24gnu: clang-python-bindings: Embed version string.Ricardo Wurmus 2023-10-20gnu: llvm: Fix riscv64 cross-compilation.Z572 2023-07-13gnu: clang-runtime-15: Fix address sanitizer supportTobias Kortkamp 2023-07-11gnu: rocm: Update to 5.6.0.John Kehayias 2023-07-02gnu: llvm: make clang-make-toolchain publicCory Fields 2023-04-21gnu: python-llvmlite: Update to 0.39.1.John Kehayias 2023-04-14Merge branch 'master' into core-updates.Maxim Cournoyer 2023-03-22gnu: cling: Correct erroneous substitute pattern.Maxim Cournoyer 2023-03-02Merge remote-tracking branch 'savannah/master' into core-updatesChristopher Baines 2023-02-16gnu: Remove unneeded module imports.Efraim Flashner 2023-02-13gnu: LLVM, Clang, libomp, lld: Update to 15.0.7.Greg Hogan 2023-01-30gnu: Add llvm-for-mesa.Efraim Flashner 2023-01-30Merge remote-tracking branch 'origin/master' into core-updatesEfraim Flashner 2023-01-09gnu: LLVM, Clang, libomp, lld: Update to 15.0.6.Greg Hogan 2023-01-02gnu: Add lld-11.Efraim Flashner 2022-12-08gnu: julia: Update to 1.8.3.Efraim Flashner