diff options
author | Archie Cobbs <archie@FreeBSD.org> | 2002-08-23 05:09:36 +0000 |
---|---|---|
committer | Archie Cobbs <archie@FreeBSD.org> | 2002-08-23 05:09:36 +0000 |
commit | 0615123de6212a159d0ab20a9347ca27b76e3ed1 (patch) | |
tree | 8dcd60dc53fcfd2e1581dc01e5946b0be10ca847 /java/sablevm/files/patch-aj | |
parent | Use POSIX syntax for chown to fix install on 5.x (diff) |
Patches to fix compilation on -stable.
Notes
Notes:
svn path=/head/; revision=64858
Diffstat (limited to 'java/sablevm/files/patch-aj')
-rw-r--r-- | java/sablevm/files/patch-aj | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/java/sablevm/files/patch-aj b/java/sablevm/files/patch-aj new file mode 100644 index 000000000000..b403bf030d9f --- /dev/null +++ b/java/sablevm/files/patch-aj @@ -0,0 +1,11 @@ +--- work/sablevm-native-library-1.0.3/src/fdlibm/strtod.c.orig Thu Aug 22 21:54:29 2002 ++++ work/sablevm-native-library-1.0.3/src/fdlibm/strtod.c Thu Aug 22 21:54:38 2002 +@@ -98,7 +98,7 @@ + */ + + #include <string.h> +-#include <float.h> ++#include <machine/float.h> + #include <errno.h> + #include "mprec.h" + |