ports/devel/popt/files/patch-popt.c
Josh Paetzel a2d0d7a6ca Update to 1.16
Add missing dependancy on iconv

PR:	ports/147884
Submitted by:	Sunpoet Po-Chuan Hsieh <sunpoet@sunpoet.net>
2010-08-30 13:55:36 +00:00

12 lines
246 B
C

--- popt.c.orig 2010-01-19 08:39:10.000000000 +0800
+++ popt.c 2010-06-16 00:38:47.000000000 +0800
@@ -22,6 +22,9 @@
#include <float.h>
#endif
#include <math.h>
+#ifdef __FreeBSD__
+#include <machine/float.h>
+#endif
#include "poptint.h"