diff options
author | Remi Collet <remi@remirepo.net> | 2018-06-11 15:01:31 +0200 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2018-06-11 15:01:31 +0200 |
commit | 2a395f3465760fbad4dd6fed3de7bcc8d247d89c (patch) | |
tree | 50007b563335f10573fc70896d0c3d2b107ba744 /9.patch |
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]
Diffstat (limited to '9.patch')
-rw-r--r-- | 9.patch | 24 |
1 files changed, 24 insertions, 0 deletions
@@ -0,0 +1,24 @@ +From 921b3814001af275e11da397104765b48717a373 Mon Sep 17 00:00:00 2001 +From: Remi Collet <remi@remirepo.net> +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 <gtk/gtk.h> + #include "php.h" |