diff options
| author | Greg Lewis <glewis@FreeBSD.org> | 2005-08-11 19:44:06 +0000 |
|---|---|---|
| committer | Greg Lewis <glewis@FreeBSD.org> | 2005-08-11 19:44:06 +0000 |
| commit | d487a983a2ee91b99e8494812fc7b33d5a0bd810 (patch) | |
| tree | 37ba797347cc04baf7ae479af774aaac80e6211f /java/shujit/files/patch-compiler.h | |
| parent | Fix security issue. (diff) | |
. Update to 0.8.0 (unbreaks the build on 5.x and 6.x).
. Use %%DOCSDIR%% in the packing list.
. Fix a couple of typos.
Approved by: portmgr (krion)
Diffstat (limited to '')
| -rw-r--r-- | java/shujit/files/patch-compiler.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/java/shujit/files/patch-compiler.h b/java/shujit/files/patch-compiler.h index c6a3b200ca38..74ffc2aab58b 100644 --- a/java/shujit/files/patch-compiler.h +++ b/java/shujit/files/patch-compiler.h @@ -7,7 +7,7 @@ $FreeBSD$ // Additional type definition --#if !(defined(_ILP32) || defined(_LP64) || defined(_SYS_INTTYPES_H_) /* for FreeBSD */) +-#if !(defined(_ILP32) || defined(_LP64) || defined(_STDINT_H) || defined(_SYS_INTTYPES_H_) /* for FreeBSD */) +#if !(defined(_ILP32) || defined(_LP64) || defined(__FreeBSD__)) # ifndef _UINT16_T # define _UINT16_T |
