https://github.com/NixOS/nixpkgs/blob/master/pkgs/stdenv/generic/setup.sh#L948 this can do it nicely. Signed-off-by: Anton Arapov <anton@deadbeef.mx>
13 lines
320 B
Diff
13 lines
320 B
Diff
Index: loudmouth-1.4.3/loudmouth/lm-error.c
|
|
===================================================================
|
|
--- loudmouth-1.4.3.orig/loudmouth/lm-error.c
|
|
+++ loudmouth-1.4.3/loudmouth/lm-error.c
|
|
@@ -19,7 +19,7 @@
|
|
*/
|
|
|
|
#include <config.h>
|
|
-#include <glib/gerror.h>
|
|
+#include <glib.h>
|
|
#include "lm-error.h"
|
|
|
|
/**
|