summaryrefslogtreecommitdiff
path: root/lang/kaffe
diff options
context:
space:
mode:
authortonio <tonio@pkgsrc.org>2005-10-15 21:49:53 +0000
committertonio <tonio@pkgsrc.org>2005-10-15 21:49:53 +0000
commitf0298b258a6e1266ada990aca7a66f92a640cc74 (patch)
treebb223bdd14ce0b3fabf44e4dd3ac740fd7f66392 /lang/kaffe
parentd8de52d07f6a59209b886050398ff6e5114c3144 (diff)
downloadpkgsrc-f0298b258a6e1266ada990aca7a66f92a640cc74.tar.gz
Add a patch from the freebsd kaffe port maintainer (anholt) to fix kaffe
under freebsd x86_64
Diffstat (limited to 'lang/kaffe')
-rw-r--r--lang/kaffe/distinfo3
-rw-r--r--lang/kaffe/patches/patch-ad15
2 files changed, 17 insertions, 1 deletions
diff --git a/lang/kaffe/distinfo b/lang/kaffe/distinfo
index 370d50f4fc9..0a16aa17b55 100644
--- a/lang/kaffe/distinfo
+++ b/lang/kaffe/distinfo
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.15 2005/10/11 10:00:15 tonio Exp $
+$NetBSD: distinfo,v 1.16 2005/10/15 21:49:53 tonio Exp $
SHA1 (kaffe-1.1.6.tar.gz) = 8987c3a596db89ddc793013eaf0fab5cf8730128
RMD160 (kaffe-1.1.6.tar.gz) = 9fd1177a43923346f9a21e4c0e89015ae42c4dfa
@@ -6,4 +6,5 @@ Size (kaffe-1.1.6.tar.gz) = 10779887 bytes
SHA1 (patch-aa) = 24f3720fded5a786bd2c4af354433ab19298ff7f
SHA1 (patch-ab) = e2ba7816d3b2c9bf850a4ad9aadec5d306a8115e
SHA1 (patch-ac) = 287fa93128361897ea0fc1bc305004b336609c88
+SHA1 (patch-ad) = d952245f70a61459e527cd846b76dede1df226e4
SHA1 (patch-af) = c170e9bb8c559db660ba2d6e7af716c29b981235
diff --git a/lang/kaffe/patches/patch-ad b/lang/kaffe/patches/patch-ad
new file mode 100644
index 00000000000..9ee65f3d2be
--- /dev/null
+++ b/lang/kaffe/patches/patch-ad
@@ -0,0 +1,15 @@
+$NetBSD: patch-ad,v 1.8 2005/10/15 21:49:53 tonio Exp $
+
+--- config/x86_64/freebsd2/md.c.orig 2005-07-04 00:02:58.000000000 +0200
++++ config/x86_64/freebsd2/md.c
+@@ -13,6 +13,10 @@
+ #include "config.h"
+ #include "config-std.h"
+
++#if defined(HAVE_SYS_TYPES_H)
++#include <sys/types.h>
++#endif
++
+ #if defined(HAVE_SYS_SYSCTL_H)
+ #include <sys/sysctl.h>
+