1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-26 00:55:14 +00:00

Add patch forgotten in last commit.

PR:		ports/52713
Submitted by:	KATO Tsuguru <tkato@prontomail.com>
This commit is contained in:
Adam Weinberger 2003-06-04 22:25:23 +00:00
parent 9e4cea3d72
commit 04ac93be34
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=82298

View File

@ -0,0 +1,14 @@
--- src/viewcache.c.orig Wed Jun 4 15:23:06 2003
+++ src/viewcache.c Wed Jun 4 15:23:45 2003
@@ -24,6 +24,11 @@
#include "inifile.h"
#include "main.h"
+#ifndef HAVE_CEILL
+# define ceill(x) ceil((double)(x))
+# define HAVE_CEILL
+#endif
+
/* How many columns to update (max) for each call to view_cache_update */
#define PIXELS_PER_UPDATE 10
#define GUINT32(x) ((guint32)x)