mirror of
https://git.freebsd.org/ports.git
synced 2025-06-26 23:20:30 -04:00
14 lines
398 B
Text
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;
|
|
|