diff options
author | marino <marino> | 2011-10-04 21:38:21 +0000 |
---|---|---|
committer | marino <marino> | 2011-10-04 21:38:21 +0000 |
commit | 6ef612fe4624f10ea092665e93b837012177ce2e (patch) | |
tree | 4399bf888841331ecc6fc02b1221d7396dccec73 /devel/gprbuild-aux | |
parent | 5d2ee46ef6ee6bf179a3a009e5b4baecfee33536 (diff) | |
download | pkgsrc-6ef612fe4624f10ea092665e93b837012177ce2e.tar.gz |
Provide Solaris support
The GPRBuild Solaris targets were too specific and didn't recognize
GNAT-AUX on Solaris (actually OpenIndiana). This patch makes sure
GPRBuild-AUX can use GNAT-AUX and any other gcc-based compiler.
Diffstat (limited to 'devel/gprbuild-aux')
-rw-r--r-- | devel/gprbuild-aux/distinfo | 3 | ||||
-rw-r--r-- | devel/gprbuild-aux/patches/patch-ab | 15 |
2 files changed, 17 insertions, 1 deletions
diff --git a/devel/gprbuild-aux/distinfo b/devel/gprbuild-aux/distinfo index a5485609c10..d1b4fa8d9ab 100644 --- a/devel/gprbuild-aux/distinfo +++ b/devel/gprbuild-aux/distinfo @@ -1,6 +1,7 @@ -$NetBSD: distinfo,v 1.1.1.1 2011/02/03 19:04:02 drochner Exp $ +$NetBSD: distinfo,v 1.2 2011/10/04 21:38:21 marino Exp $ SHA1 (gprbuild-aux-20101120.tar.bz2) = 84629d790c4f9479fdce6ec6e6f732fa60089afb RMD160 (gprbuild-aux-20101120.tar.bz2) = 560185e9733af77c4a6e9c37e510765e30b438ad Size (gprbuild-aux-20101120.tar.bz2) = 1470482 bytes SHA1 (patch-aa) = 1fe9a3055551696ad5b090b661a2ed3a3b66ddee +SHA1 (patch-ab) = cbc34ed39826b55bc1ac41fa21fffc50f1f7cdd1 diff --git a/devel/gprbuild-aux/patches/patch-ab b/devel/gprbuild-aux/patches/patch-ab new file mode 100644 index 00000000000..1dfd746d237 --- /dev/null +++ b/devel/gprbuild-aux/patches/patch-ab @@ -0,0 +1,15 @@ +$NetBSD: patch-ab,v 1.1 2011/10/04 21:38:21 marino Exp $ + +--- share/gprconfig/targetset.xml.orig 2011-10-02 15:59:24.212964661 +0200 ++++ share/gprconfig/targetset.xml 2011-10-02 16:00:31.610972482 +0200 +@@ -52,8 +52,8 @@ + + <!-- x86-solaris --> + <targetset> +- <target>x86-solaris</target> +- <target>i.86-(pc-)?solaris.*</target> ++ <target>i.86-.*-solaris.*</target> ++ <target>x86_64-.*-solaris.*</target> + </targetset> + + <!-- x86-windows (mingw) --> |