diff options
author | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2002-11-28 14:59:22 +0000 |
---|---|---|
committer | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2002-11-28 14:59:22 +0000 |
commit | b114d1237b17493758a37af4dec35b85e9540913 (patch) | |
tree | 02a16aa4a640e0d2d5bde646886e2446c50443a8 /graphics/osg-devel/files/patch-ac | |
parent | Update w3m to 0.3.2.1 and w3m-m17n to 0.3.2.1+20021107. (diff) |
Fix build. FreeBSD has <inttypes.h> not <sys/inttypes.h>
PR: 45823
Submitted by: Volker Stolz <vs@foldr.org>
Diffstat (limited to '')
-rw-r--r-- | graphics/osg-devel/files/patch-ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/osg-devel/files/patch-ac b/graphics/osg-devel/files/patch-ac index f8676ea569a0..973f8bb246b4 100644 --- a/graphics/osg-devel/files/patch-ac +++ b/graphics/osg-devel/files/patch-ac @@ -5,7 +5,7 @@ #define TRPGDELETEFILE(file) remove((file)) +# if defined(__FreeBSD__) -+# include <sys/inttypes.h> ++# include <inttypes.h> +typedef int64_t int64; +# else + |