mirror of
https://git.freebsd.org/ports.git
synced 2025-06-08 14:20:33 -04:00
Add missing dependancy on iconv PR: ports/147884 Submitted by: Sunpoet Po-Chuan Hsieh <sunpoet@sunpoet.net>
12 lines
246 B
C
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"
|
|
|