diff options
author | sobomax <sobomax@FreeBSD.org> | 2001-02-09 17:49:10 +0000 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2001-02-09 17:49:10 +0000 |
commit | 5d9517bf2998f0d22133a8886f8610c67cdcffa7 (patch) | |
tree | bcc6a3a7c58e78a700afe12f3c8b162ce01b4051 /devel/popt/files | |
parent | af45bdd6d76c60d4996558fa9f4cf88dcc5eac71 (diff) | |
download | FreeBSD-ports-5d9517bf2998f0d22133a8886f8610c67cdcffa7.zip FreeBSD-ports-5d9517bf2998f0d22133a8886f8610c67cdcffa7.tar.gz |
Update to 1.5.1.
No responce from: maintainer
Diffstat (limited to 'devel/popt/files')
-rw-r--r-- | devel/popt/files/patch-popt.c | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/devel/popt/files/patch-popt.c b/devel/popt/files/patch-popt.c new file mode 100644 index 0000000..92d6f5b --- /dev/null +++ b/devel/popt/files/patch-popt.c @@ -0,0 +1,15 @@ + +$FreeBSD$ + +--- popt.c 2001/01/31 09:50:38 1.1 ++++ popt.c 2001/01/31 09:51:08 +@@ -5,6 +5,9 @@ + #include "system.h" + + #include <math.h> ++#ifdef __FreeBSD__ ++#include <machine/float.h> ++#endif + + #include "findme.h" + #include "poptint.h" |