b6bcd8cd34
* daemontools and dmraid is kept at -Np0 ```sh git grep -l '^patch_args=-Np0' "srcpkgs/$1*/template" | while read template; do for p in ${template%/template}/patches/*; do sed -i ' \,^[+-][+-][+-] /dev/null,b /^[*-]\+ [0-9]\+\(,[0-9]\+\)\? [*-]\+$/b s,^[*][*][*] ,&a/, /^--- /{ s,\(^--- \)\(./\)*,\1a/, s,[.][Oo][Rr][Ii][Gg]\([ /]\),\1, s/[.][Oo][Rr][Ii][Gg]$// s/[.]patched[.]\([^.]\)/.\1/ h } /^+++ -/{ g s/^--- a/+++ b/ b } s,\(^+++ \)\(./\)*,\1b/, ' "$p" done sed -i '/^patch_args=/d' $template done ```
11 lines
573 B
Diff
11 lines
573 B
Diff
--- a/dbus/dbus-gvalue.c 2013-04-03 11:46:39.075287327 +0200
|
|
+++ b/dbus/dbus-gvalue.c 2013-04-03 11:46:59.178392995 +0200
|
|
@@ -1932,8 +1932,6 @@ G_STATIC_ASSERT (sizeof (dbus_bool_t) ==
|
|
G_STATIC_ASSERT (sizeof (dbus_int32_t) == sizeof (gint));
|
|
G_STATIC_ASSERT (sizeof (dbus_uint32_t) == sizeof (guint));
|
|
/* These should be true regardless, but just for completeness... */
|
|
-G_STATIC_ASSERT (sizeof (dbus_int64_t) == sizeof (gint64));
|
|
-G_STATIC_ASSERT (sizeof (dbus_uint64_t) == sizeof (guint64));
|
|
G_STATIC_ASSERT (sizeof (double) == sizeof (gdouble));
|
|
|
|
static gboolean
|