mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-23 03:33:34 -04:00
17 lines
354 B
Plaintext
17 lines
354 B
Plaintext
$NetBSD: patch-aa,v 1.14 2014/11/14 12:06:10 tron Exp $
|
|
|
|
Fix build.
|
|
|
|
--- ui/time_shift.c.orig 2014-11-12 18:49:17.000000000 +0000
|
|
+++ ui/time_shift.c 2014-11-14 10:08:51.000000000 +0000
|
|
@@ -28,6 +28,9 @@
|
|
#include <stdio.h>
|
|
#include <string.h>
|
|
#include <math.h>
|
|
+#ifndef HAVE_FLOORL
|
|
+#define floorl(a) floor((double)(a))
|
|
+#endif
|
|
|
|
#include <glib.h>
|
|
|