From 2a395f3465760fbad4dd6fed3de7bcc8d247d89c Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 11 Jun 2018 15:01:31 +0200 Subject: new package, version 0.3.0 open https://github.com/Letargie/pggi/pull/8 [-Wformat=] open https://github.com/Letargie/pggi/pull/9 [-Wimplicit-function-declaration] open https://github.com/Letargie/pggi/pull/11 [-Werror=format-security] --- 9.patch | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 9.patch (limited to '9.patch') diff --git a/9.patch b/9.patch new file mode 100644 index 0000000..d65e61e --- /dev/null +++ b/9.patch @@ -0,0 +1,24 @@ +From 921b3814001af275e11da397104765b48717a373 Mon Sep 17 00:00:00 2001 +From: Remi Collet +Date: Mon, 11 Jun 2018 13:46:07 +0200 +Subject: [PATCH] Fix #7: duplicated macro name + +--- + src/applications/gwindow.h | 4 ++-- + 1 file changed, 2 insertions(+), 2 deletions(-) + +diff --git a/src/applications/gwindow.h b/src/applications/gwindow.h +index a8837cd..134a516 100755 +--- a/src/applications/gwindow.h ++++ b/src/applications/gwindow.h +@@ -10,8 +10,8 @@ + */ + + +-#ifndef __GWINDOW_DEF__ +-#define __GWINDOW_DEF__ ++#ifndef __APPLICATONS_GWINDOW_DEF__ ++#define __APPLICATONS_GWINDOW_DEF__ + + #include + #include "php.h" -- cgit