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 | |
parent | 8576009e5fe30c3c5938354f32b8c3f600d0deae (diff) | |
download | ports-b114d1237b17493758a37af4dec35b85e9540913.tar.gz ports-b114d1237b17493758a37af4dec35b85e9540913.zip |
Notes
Diffstat (limited to 'graphics/osg')
-rw-r--r-- | graphics/osg/files/patch-ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/osg/files/patch-ac b/graphics/osg/files/patch-ac index f8676ea569a0..973f8bb246b4 100644 --- a/graphics/osg/files/patch-ac +++ b/graphics/osg/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 + |