freebsd-ports/x11/babl/files/patch-babl_babl-palette.c
Koop Mast 4fd3c25f1b Update to 0.1.10
Convert to OtionsNG, switch to pathfix from gnomehack.

PR:		ports/172157
Sumbitted by:	Oliver Hartmann <ohartman@zedat.fu-berlin.de>
Obtained from:	gnome team repo
2013-03-11 12:17:15 +00:00

14 lines
367 B
C

--- babl/babl-palette.c.orig 2012-05-04 12:44:48.000000000 +0200
+++ babl/babl-palette.c 2012-05-04 12:47:11.000000000 +0200
@@ -19,8 +19,11 @@
#include <stdlib.h>
#include <string.h>
#include <stdio.h>
+#ifdef __linux__
#include <values.h>
+#endif
#include <assert.h>
+#include <sys/limits.h>
#include "config.h"
#include "babl-internal.h"
#include "babl.h"