summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoragc <agc@pkgsrc.org>2004-04-27 07:42:29 +0000
committeragc <agc@pkgsrc.org>2004-04-27 07:42:29 +0000
commitcf4af34a76cafcadba2abfe71bc139fa0a706cf6 (patch)
tree3a5be00f47e473b46bbcb3492d4822b5511c74bf
parent6c45c0057175eeea3f75d8834edc23be8b3599e2 (diff)
downloadpkgsrc-cf4af34a76cafcadba2abfe71bc139fa0a706cf6.tar.gz
Pullup build fix to the pkgsrc-2004Q1 branch.
Requested by jwise in ticket pkgsrc-9. "Fix build against newest X11. for some obscure reason, src/modules/x11/dataentry.c explicitly unset NeedFunctionPrototypes, which can no longer safely be done in recent X11 sources (as _Xconst is only defined if this is set, yet is used everywhere)."
-rw-r--r--math/R/distinfo3
-rw-r--r--math/R/patches/patch-at8
2 files changed, 10 insertions, 1 deletions
diff --git a/math/R/distinfo b/math/R/distinfo
index da7b669b610..cb7d962c0e8 100644
--- a/math/R/distinfo
+++ b/math/R/distinfo
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.15 2004/01/05 12:20:57 markd Exp $
+$NetBSD: distinfo,v 1.15.2.1 2004/04/27 07:42:29 agc Exp $
SHA1 (R-1.8.1.tgz) = 397511dcef3a04ebb67ef23988f5c32eee72fe95
Size (R-1.8.1.tgz) = 9407628 bytes
@@ -21,3 +21,4 @@ SHA1 (patch-ap) = b75680bae0d75f417c74d2137ba4b43ec1428131
SHA1 (patch-aq) = 512d7613bbba00c0cb3e4543812f734159e12a92
SHA1 (patch-ar) = 5cc4a77c253a77a564433187babb0135ccb84eaf
SHA1 (patch-as) = 37db149821a49c86463683f3b82e8a763bbfcd1b
+SHA1 (patch-at) = d972e1072a7f6a30b5fbc2e5fa076bc5bdec5952
diff --git a/math/R/patches/patch-at b/math/R/patches/patch-at
new file mode 100644
index 00000000000..83a98b915fa
--- /dev/null
+++ b/math/R/patches/patch-at
@@ -0,0 +1,8 @@
+$NetBSD: patch-at,v 1.1.2.2 2004/04/27 07:42:29 agc Exp $
+
+--- src/modules/X11/dataentry.c.orig
++++ src/modules/X11/dataentry.c
+32c32
+< #define NeedFunctionPrototypes 0
+---
+> /* #define NeedFunctionPrototypes 0 */