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:
parent
9e4cea3d72
commit
04ac93be34
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=82298
14
audio/mhwaveedit/files/patch-src::viewcache.c
Normal file
14
audio/mhwaveedit/files/patch-src::viewcache.c
Normal 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)
|
Loading…
Reference in New Issue
Block a user