1
0
Fork 0
mirror of https://git.freebsd.org/ports.git synced 2025-06-26 07:00:31 -04:00
ports/devel/popt/files/patch-popt.c
Josh Paetzel dc730f320a Add LICENSE
Along the way silence portlint warnings about the patch files.
2017-07-12 14:42:19 +00:00

12 lines
253 B
C

--- popt.c.orig 2010-01-19 00:39:10 UTC
+++ popt.c
@@ -22,6 +22,9 @@ extern long long int strtoll(const char *nptr, /*@null
#include <float.h>
#endif
#include <math.h>
+#ifdef __FreeBSD__
+#include <machine/float.h>
+#endif
#include "poptint.h"