Blame SOURCES/libgweather-3.28.2-fix-enum-types-multilib.patch

257298
From 88461473c20a6a7e4d61d144de083340d65eb75a Mon Sep 17 00:00:00 2001
257298
From: Bastien Nocera <hadess@hadess.net>
257298
Date: Wed, 18 Jul 2018 13:50:23 +0200
257298
Subject: [PATCH] build: Don't use a full path inside generated enum header
257298
257298
It causes multilib problems.
257298
---
257298
 libgweather/gweather-enum-types.c.tmpl | 2 +-
257298
 libgweather/gweather-enum-types.h.tmpl | 2 +-
257298
 2 files changed, 2 insertions(+), 2 deletions(-)
257298
257298
diff --git a/libgweather/gweather-enum-types.c.tmpl b/libgweather/gweather-enum-types.c.tmpl
257298
index 4430bda8..fe1f7c4d 100644
257298
--- a/libgweather/gweather-enum-types.c.tmpl
257298
+++ b/libgweather/gweather-enum-types.c.tmpl
257298
@@ -7,7 +7,7 @@
257298
 /*** END file-header ***/
257298
 
257298
 /*** BEGIN file-production ***/
257298
-/* enumerations from "@filename@" */
257298
+/* enumerations from "@basename@" */
257298
 /*** END file-production ***/
257298
 
257298
 /*** BEGIN value-header ***/
257298
diff --git a/libgweather/gweather-enum-types.h.tmpl b/libgweather/gweather-enum-types.h.tmpl
257298
index 3ca19950..d50063da 100644
257298
--- a/libgweather/gweather-enum-types.h.tmpl
257298
+++ b/libgweather/gweather-enum-types.h.tmpl
257298
@@ -14,7 +14,7 @@ G_BEGIN_DECLS
257298
 
257298
 /*** BEGIN file-production ***/
257298
 
257298
-/* enumerations from "@filename@" */
257298
+/* enumerations from "@basename@" */
257298
 /*** END file-production ***/
257298
 
257298
 /*** BEGIN value-header ***/
257298
-- 
257298
GitLab
257298