aboutsummaryrefslogtreecommitdiff
path: root/graphics/osg/files
diff options
context:
space:
mode:
authorMario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>2002-11-28 14:59:22 +0000
committerMario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>2002-11-28 14:59:22 +0000
commitb114d1237b17493758a37af4dec35b85e9540913 (patch)
tree02a16aa4a640e0d2d5bde646886e2446c50443a8 /graphics/osg/files
parent8576009e5fe30c3c5938354f32b8c3f600d0deae (diff)
downloadports-b114d1237b17493758a37af4dec35b85e9540913.tar.gz
ports-b114d1237b17493758a37af4dec35b85e9540913.zip
Fix build. FreeBSD has <inttypes.h> not <sys/inttypes.h>
PR: 45823 Submitted by: Volker Stolz <vs@foldr.org>
Notes
Notes: svn path=/head/; revision=71205
Diffstat (limited to 'graphics/osg/files')
-rw-r--r--graphics/osg/files/patch-ac2
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
+