summaryrefslogtreecommitdiff
path: root/graphics/xvid/files/patch-src:portab.h
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/xvid/files/patch-src:portab.h')
-rw-r--r--graphics/xvid/files/patch-src:portab.h22
1 files changed, 22 insertions, 0 deletions
diff --git a/graphics/xvid/files/patch-src:portab.h b/graphics/xvid/files/patch-src:portab.h
new file mode 100644
index 000000000000..520e2a6c4f67
--- /dev/null
+++ b/graphics/xvid/files/patch-src:portab.h
@@ -0,0 +1,22 @@
+--- ../../src/portab.h.orig Sat Apr 6 15:40:58 2002
++++ ../../src/portab.h Sat Apr 6 15:41:21 2002
+@@ -52,6 +52,7 @@
+
+ #elif defined(LINUX) || defined(DJGPP)
+
++#include "../../../config.h"
+
+ #ifdef _DEBUG
+
+@@ -72,7 +73,11 @@
+
+ #if defined(LINUX)
+
++#if defined(HAVE_STDINT_H)
+ #include <stdint.h>
++#elif defined(HAVE_INTTYPES_H)
++#include <inttypes.h>
++#endif
+
+ #else
+