diff options
author | dmcmahill <dmcmahill@pkgsrc.org> | 2007-01-23 03:27:19 +0000 |
---|---|---|
committer | dmcmahill <dmcmahill@pkgsrc.org> | 2007-01-23 03:27:19 +0000 |
commit | 311702115f1dfdb2331ed461276c6f92c93c9bb7 (patch) | |
tree | 9b2e04088bfb8adfb9aca4c8b99efe4b9d3c3d14 /devel | |
parent | 1444e0f5255fc0fca85f3f328bd02acb74706be3 (diff) | |
download | pkgsrc-311702115f1dfdb2331ed461276c6f92c93c9bb7.tar.gz |
look for sparc-sun-solaris2* instead of sparc-sun-solaris2.* in the
configure script since pkgsrc will set MACHINE_GNU_PLATFORM to
sparc-sun-solaris2 on a solaris/sparc machine. This gets this package closer
to building on solaris with the sunpro compiler.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/boehm-gc/distinfo | 4 | ||||
-rw-r--r-- | devel/boehm-gc/patches/patch-aa | 13 | ||||
-rw-r--r-- | devel/boehm-gc/patches/patch-ab | 13 |
3 files changed, 29 insertions, 1 deletions
diff --git a/devel/boehm-gc/distinfo b/devel/boehm-gc/distinfo index 50728b90376..2fc5ad94e6f 100644 --- a/devel/boehm-gc/distinfo +++ b/devel/boehm-gc/distinfo @@ -1,8 +1,10 @@ -$NetBSD: distinfo,v 1.30 2006/07/17 17:08:16 wiz Exp $ +$NetBSD: distinfo,v 1.31 2007/01/23 03:27:19 dmcmahill Exp $ SHA1 (gc6.8.tar.gz) = 6d5def5ba5d29292ba9c76f04df3ec06d3ab3278 RMD160 (gc6.8.tar.gz) = 6e894e7a51683a9342fd738baa6f1a2861e27400 Size (gc6.8.tar.gz) = 756879 bytes +SHA1 (patch-aa) = 6a0795787aee08f015bcdbdd590d8e2583b5a274 +SHA1 (patch-ab) = 0e8b628a023a67a7da461d4fcd22df0792e4efe3 SHA1 (patch-ac) = 64c0f042a1ed7488158d49c77bab0330537d9e96 SHA1 (patch-ae) = e8da710ece0400136c71ee7888c0ce7f719ac660 SHA1 (patch-af) = b8505855125cd90987873e7a40f2a6b246226979 diff --git a/devel/boehm-gc/patches/patch-aa b/devel/boehm-gc/patches/patch-aa new file mode 100644 index 00000000000..66fd50f5d75 --- /dev/null +++ b/devel/boehm-gc/patches/patch-aa @@ -0,0 +1,13 @@ +$NetBSD: patch-aa,v 1.18 2007/01/23 03:27:20 dmcmahill Exp $ + +--- configure.in.orig 2006-06-07 01:01:52.000000000 -0400 ++++ configure.in +@@ -326,7 +326,7 @@ case "$host" in + machdep="sparc_mach_dep.lo" + AC_DEFINE(SUNOS53_SHARED_LIB) + ;; +- sparc*-sun-solaris2.*) ++ sparc*-sun-solaris2*) + machdep="sparc_mach_dep.lo" + ;; + ia64-*-*) diff --git a/devel/boehm-gc/patches/patch-ab b/devel/boehm-gc/patches/patch-ab new file mode 100644 index 00000000000..bc4b1abab81 --- /dev/null +++ b/devel/boehm-gc/patches/patch-ab @@ -0,0 +1,13 @@ +$NetBSD: patch-ab,v 1.16 2007/01/23 03:27:20 dmcmahill Exp $ + +--- configure.orig 2006-03-23 19:42:55.000000000 -0500 ++++ configure +@@ -4506,7 +4506,7 @@ _ACEOF + _ACEOF + + ;; +- sparc*-sun-solaris2.*) ++ sparc*-sun-solaris2*) + machdep="sparc_mach_dep.lo" + ;; + ia64-*-*) |