This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project gfxprim.git.
The branch, master has been updated via 4e80095b3f5f7da3d999465f8989979a9c2e7595 (commit) from ddf52c30001a3cdb93d0e6fda47e26648460e68e (commit)
Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below.
- Log ----------------------------------------------------------------- http://repo.or.cz/w/gfxprim.git/commit/4e80095b3f5f7da3d999465f8989979a9c2e7...
commit 4e80095b3f5f7da3d999465f8989979a9c2e7595 Author: Cyril Hrubis metan@ucw.cz Date: Fri Nov 30 13:21:27 2012 +0100
gfx: Fix GP_Polygon.c compilation.
Add _ISOC99_SOURCE so that fminf() fmaxf() and HUGE_VALF are exported even on older glibc.
diff --git a/libs/gfx/GP_Polygon.c b/libs/gfx/GP_Polygon.c index 4bc9480..f2ea9cd 100644 --- a/libs/gfx/GP_Polygon.c +++ b/libs/gfx/GP_Polygon.c @@ -1,3 +1,28 @@ +/***************************************************************************** + * This file is part of gfxprim library. * + * * + * Gfxprim is free software; you can redistribute it and/or * + * modify it under the terms of the GNU Lesser General Public * + * License as published by the Free Software Foundation; either * + * version 2.1 of the License, or (at your option) any later version. * + * * + * Gfxprim is distributed in the hope that it will be useful, * + * but WITHOUT ANY WARRANTY; without even the implied warranty of * + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * + * Lesser General Public License for more details. * + * * + * You should have received a copy of the GNU Lesser General Public * + * License along with gfxprim; if not, write to the Free Software * + * Foundation, Inc., 51 Franklin Street, Fifth Floor, * + * Boston, MA 02110-1301 USA * + * * + * Copyright (C) 2012 Jiri Dluhos jiri.bluebear.dluhos@gmail.com * + * Copyright (C) 2012 Cyril Hrubis metan@ucw.cz * + * * + *****************************************************************************/ + +#define _ISOC99_SOURCE + #include <stdlib.h> #include <stdio.h> #include <math.h>
-----------------------------------------------------------------------
Summary of changes: libs/gfx/GP_Polygon.c | 25 +++++++++++++++++++++++++ 1 files changed, 25 insertions(+), 0 deletions(-)
repo.or.cz automatic notification. Contact project admin jiri.bluebear.dluhos@gmail.com if you want to unsubscribe, or site admin admin@repo.or.cz if you receive no reply.