ports/graphics/osg-devel/files/patch-ac
Ying-Chieh Liao 8c219f55dd upgrade to 0.8.44
PR:		35099
Submitted by:	maintainer
2002-04-01 04:52:41 +00:00

14 lines
398 B
Text

--- ./src/osgPlugins/txp/ORIG/trpage_sys.h Sun Feb 10 05:42:55 2002
+++ ./src/osgPlugins/txp/trpage_sys.h Thu Mar 14 19:35:15 2002
@@ -82,6 +82,11 @@
typedef int64_t int64;
//typedef long long int int64;
+#elif defined(__FreeBSD__)
+#include <sys/inttypes.h>
+typedef int64_t int64;
+//typedef long long int int64;
+
#elif defined(__ghs__) && defined(__LL_Is_64)
typedef long long int64;