diff options
author | sbd <sbd@pkgsrc.org> | 2012-01-16 21:02:20 +0000 |
---|---|---|
committer | sbd <sbd@pkgsrc.org> | 2012-01-16 21:02:20 +0000 |
commit | 279f45e580b21e0b1b14d1913889f5b46a926730 (patch) | |
tree | 96fba16e9c4923c362687d9119cf0151cdf7b9cb /math/gap | |
parent | 34c9b15150235947a91fc0e74119c83cbcd76651 (diff) | |
download | pkgsrc-279f45e580b21e0b1b14d1913889f5b46a926730.tar.gz |
The gnu triple for Linux is *-*-linux not *-*-linux-gnu.
Diffstat (limited to 'math/gap')
-rw-r--r-- | math/gap/distinfo | 4 | ||||
-rw-r--r-- | math/gap/patches/patch-aa | 15 |
2 files changed, 14 insertions, 5 deletions
diff --git a/math/gap/distinfo b/math/gap/distinfo index d9fe47fa61b..34d3cd20b5b 100644 --- a/math/gap/distinfo +++ b/math/gap/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.7 2005/12/02 23:44:18 joerg Exp $ +$NetBSD: distinfo,v 1.8 2012/01/16 21:02:20 sbd Exp $ SHA1 (gap4r3.tar.gz) = 448d473fdba177aa4ba7d64542cec8bb770e3d61 RMD160 (gap4r3.tar.gz) = 4b034ae874b7b7c8ed64e2b999a06a444b5c960e @@ -6,6 +6,6 @@ Size (gap4r3.tar.gz) = 47025159 bytes SHA1 (fix4r3n5.tar.gz) = 79bb29d84afbb482e73bba1d76076ebff474c854 RMD160 (fix4r3n5.tar.gz) = 5117ac934ebbcd6d32c012c6f3c4b700fb7bc7ea Size (fix4r3n5.tar.gz) = 1267032 bytes -SHA1 (patch-aa) = 98d7749f06e4b3c5c6955fe5478b39289ff219c6 +SHA1 (patch-aa) = b5ba0bdfc14f0c2bc61fca65656cb1a8b217146a SHA1 (patch-ab) = bb7142d80f71ae0f2b97ff44d24d5fe0e9fa5431 SHA1 (patch-ac) = 871235a83b52271373faa79ee6d38b86ba072f7f diff --git a/math/gap/patches/patch-aa b/math/gap/patches/patch-aa index 123c1eeb25c..6d61d7e6179 100644 --- a/math/gap/patches/patch-aa +++ b/math/gap/patches/patch-aa @@ -1,8 +1,17 @@ -$NetBSD: patch-aa,v 1.2 2002/10/08 04:49:42 cjep Exp $ +$NetBSD: patch-aa,v 1.3 2012/01/16 21:02:20 sbd Exp $ ---- configure.orig Tue Jan 15 15:03:18 2002 +--- configure.orig 2002-01-15 15:03:18.000000000 +0000 +++ configure -@@ -887,7 +887,7 @@ +@@ -606,7 +606,7 @@ NONE) + esac ;; + esac + +-target=`${CONFIG_SHELL-/bin/sh} $ac_config_sub $target_alias` ++target=`${CONFIG_SHELL-/bin/sh} $ac_config_sub $target_alias | sed 's/-gnu//'` + target_cpu=`echo $target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'` + target_vendor=`echo $target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'` + target_os=`echo $target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'` +@@ -887,7 +887,7 @@ else fi |