aboutsummaryrefslogtreecommitdiffstats
path: root/graphics/libcaca
diff options
context:
space:
mode:
authormezz <mezz@FreeBSD.org>2008-03-01 06:44:29 +0800
committermezz <mezz@FreeBSD.org>2008-03-01 06:44:29 +0800
commite45128bb50c384f62db70bc7f802af32a8576f5f (patch)
tree97ad1064ab3141e78f4f2322eca9d60b22bf48b2 /graphics/libcaca
parent5f2558be77ccb74b4a3a96a0a81631f9aabbda73 (diff)
downloadfreebsd-ports-gnome-e45128bb50c384f62db70bc7f802af32a8576f5f.tar.gz
freebsd-ports-gnome-e45128bb50c384f62db70bc7f802af32a8576f5f.tar.zst
freebsd-ports-gnome-e45128bb50c384f62db70bc7f802af32a8576f5f.zip
Fix the build on amd64.
Reported by: pointyhat Submitted by: Mel <fbsd.multimedia@rachie.is-a-geek.net> Marcin Cieslak <saper@system.pl>
Diffstat (limited to 'graphics/libcaca')
-rw-r--r--graphics/libcaca/files/patch-src_mygetopt.c11
1 files changed, 11 insertions, 0 deletions
diff --git a/graphics/libcaca/files/patch-src_mygetopt.c b/graphics/libcaca/files/patch-src_mygetopt.c
new file mode 100644
index 000000000000..239d69cd7dea
--- /dev/null
+++ b/graphics/libcaca/files/patch-src_mygetopt.c
@@ -0,0 +1,11 @@
+--- src/mygetopt.c.orig 2008-02-29 16:41:07.000000000 -0600
++++ src/mygetopt.c 2008-02-29 16:41:23.000000000 -0600
+@@ -25,7 +25,7 @@
+ #endif
+
+ /* DOS / Kernel driver */
+-#ifndef __intptr_t_defined
++#ifndef _INTPTR_T_DECLARED
+ typedef unsigned int uintptr_t;
+ #endif
+