summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordmcmahill <dmcmahill>2007-01-06 00:11:43 +0000
committerdmcmahill <dmcmahill>2007-01-06 00:11:43 +0000
commit3440e9fa0d656024a767b7a996f305575e67042e (patch)
treefd5ebc959cfad06b71e0f3c04511cc9cc4d2c738
parenta8845af3d338cb5697b7aa738ef3b1bc9d5aacb4 (diff)
downloadpkgsrc-3440e9fa0d656024a767b7a996f305575e67042e.tar.gz
In the configure script match sparc-*-solaris2 instead of sparc-*-solaris2.
since the former is what pkgsrc sets MACHINE_GNU_PLATFORM to. This fixes builds on the aformentioned systems.
-rw-r--r--lang/ocaml/distinfo4
-rw-r--r--lang/ocaml/patches/patch-at13
2 files changed, 12 insertions, 5 deletions
diff --git a/lang/ocaml/distinfo b/lang/ocaml/distinfo
index 3582fb67eae..664cdfc6e3d 100644
--- a/lang/ocaml/distinfo
+++ b/lang/ocaml/distinfo
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.37 2006/10/03 21:06:25 adam Exp $
+$NetBSD: distinfo,v 1.38 2007/01/06 00:11:43 dmcmahill Exp $
SHA1 (ocaml-3.09.3.tar.bz2) = 5d63c6e0d13463f85c0d5147d641d2bceef87d6b
RMD160 (ocaml-3.09.3.tar.bz2) = fdc124218c556c62c897ee6720970279e2d5426b
@@ -19,7 +19,7 @@ SHA1 (patch-ao) = dfdd58093e77db9c3d8507a51faa0320c56e3998
SHA1 (patch-ap) = def9bf7779e59844c4e4790363f040aa17aa8d86
SHA1 (patch-aq) = c877ae103ba1e5c7a8c4c694627610d485d3f222
SHA1 (patch-ar) = 4f5df951be21c21f644e7f75f4e74bdf141ef0c5
-SHA1 (patch-at) = 1dfb968384e681650c5ab75bb8288a1f215e313f
+SHA1 (patch-at) = 65ceea8b756f823527dc9b41f3cf31ee8ce07a49
SHA1 (patch-au) = f1bf9e793c90a6e2fb8c8a058d7252646c870930
SHA1 (patch-av) = f56c8924b81a620602bc5a67b0c4459b721701d2
SHA1 (patch-aw) = 56a694053c43e27b9c4c3f21a9f51c2c0e5a8374
diff --git a/lang/ocaml/patches/patch-at b/lang/ocaml/patches/patch-at
index 2a95524d848..4c923d51a3e 100644
--- a/lang/ocaml/patches/patch-at
+++ b/lang/ocaml/patches/patch-at
@@ -1,6 +1,6 @@
-$NetBSD: patch-at,v 1.12 2006/10/03 21:06:25 adam Exp $
+$NetBSD: patch-at,v 1.13 2007/01/06 00:11:43 dmcmahill Exp $
---- configure.orig 2006-03-30 12:00:19.000000000 +0200
+--- configure.orig 2006-03-30 05:00:19.000000000 -0500
+++ configure
@@ -483,7 +483,7 @@ mksharedlibrpath=''
@@ -11,7 +11,14 @@ $NetBSD: patch-at,v 1.12 2006/10/03 21:06:25 adam Exp $
sharedcccompopts="-fPIC"
mksharedlib="$bytecc -shared -o"
bytecclinkopts="$bytecclinkopts -Wl,-E"
-@@ -573,10 +573,12 @@ case "$host" in
+@@ -567,16 +567,18 @@ case "$host" in
+ alpha*-*-netbsd*) arch=alpha; system=netbsd;;
+ alpha*-*-openbsd*) arch=alpha; system=openbsd;;
+ sparc*-*-sunos4.*) arch=sparc; system=sunos;;
+- sparc*-*-solaris2.*) arch=sparc; system=solaris;;
++ sparc*-*-solaris2*) arch=sparc; system=solaris;;
+ sparc*-*-*bsd*) arch=sparc; system=bsd;;
+ sparc*-*-linux*) arch=sparc; system=linux;;
sparc*-*-gnu*) arch=sparc; system=gnu;;
i[3456]86-*-linux*) arch=i386; system=linux_`sh ./runtest elf.c`;;
i[3456]86-*-*bsd*) arch=i386; system=bsd_`sh ./runtest elf.c`;;