26 lines
722 B
Diff
26 lines
722 B
Diff
From 3a9eb6021d4367d045fe9f62917670e6b814b218 Mon Sep 17 00:00:00 2001
|
|
From: Akira TAGOH <akira@tagoh.org>
|
|
Date: Tue, 29 Aug 2017 19:55:51 +0900
|
|
Subject: [PATCH] Fix multilib issue in pango-enum-types.h.template
|
|
|
|
---
|
|
pango/pango-enum-types.h.template | 2 +-
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
diff --git a/pango/pango-enum-types.h.template b/pango/pango-enum-types.h.template
|
|
index 5fb54ced..c26679ea 100644
|
|
--- a/pango/pango-enum-types.h.template
|
|
+++ b/pango/pango-enum-types.h.template
|
|
@@ -11,7 +11,7 @@ G_BEGIN_DECLS
|
|
|
|
/*** BEGIN file-production ***/
|
|
|
|
-/* enumerations from "@filename@" */
|
|
+/* enumerations from "@basename@" */
|
|
/*** END file-production ***/
|
|
|
|
/*** BEGIN value-header ***/
|
|
--
|
|
2.13.5
|
|
|