diff options
author | kristerw <kristerw> | 2004-03-08 00:10:52 +0000 |
---|---|---|
committer | kristerw <kristerw> | 2004-03-08 00:10:52 +0000 |
commit | b31cc38412b8aad5bc2d9ca0761bc9c76ee1b4a8 (patch) | |
tree | 320601a5758d7a05e18d00b3fee702feb3aa6bd9 /math | |
parent | 85d343bf178627024fff834e18cb40f928e8254c (diff) | |
download | pkgsrc-b31cc38412b8aad5bc2d9ca0761bc9c76ee1b4a8.tar.gz |
Correct a bug in the patch that made the makefile think that c++
files has .gcc as suffix instead of .cc.
Diffstat (limited to 'math')
-rw-r--r-- | math/tochnog/distinfo | 4 | ||||
-rw-r--r-- | math/tochnog/patches/patch-aa | 9 |
2 files changed, 3 insertions, 10 deletions
diff --git a/math/tochnog/distinfo b/math/tochnog/distinfo index 24b9a9aa0c0..1e20fec8948 100644 --- a/math/tochnog/distinfo +++ b/math/tochnog/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.3 2001/05/07 22:09:14 dmcmahill Exp $ +$NetBSD: distinfo,v 1.4 2004/03/08 00:10:52 kristerw Exp $ SHA1 (tochnog-20010429/tn.tar.gz) = a4628df82573b5b9ebf5deeb9f32c6068cff5fed Size (tochnog-20010429/tn.tar.gz) = 394723 bytes @@ -6,5 +6,5 @@ SHA1 (tochnog-20010429/tnu.ps.gz) = 9f41c9cf997f3e4ee60a735dd584bef19be69ef9 Size (tochnog-20010429/tnu.ps.gz) = 756685 bytes SHA1 (tochnog-20010429/tnp.ps.gz) = d12a0840f8cceae67dea8bd18a2405a05f356d9b Size (tochnog-20010429/tnp.ps.gz) = 41836 bytes -SHA1 (patch-aa) = 256526e013cc652fae30328869244975c12fa4b8 +SHA1 (patch-aa) = 5ab191726552c8d7b44a3d3649099e5ab9f6f0b7 SHA1 (patch-ab) = e90269af74181a3ce4be670b83ac07ff7e1a7c94 diff --git a/math/tochnog/patches/patch-aa b/math/tochnog/patches/patch-aa index 5fa4505be4a..b2c7416d8c6 100644 --- a/math/tochnog/patches/patch-aa +++ b/math/tochnog/patches/patch-aa @@ -1,16 +1,9 @@ -$NetBSD: patch-aa,v 1.3 2001/05/07 22:09:15 dmcmahill Exp $ +$NetBSD: patch-aa,v 1.4 2004/03/08 00:10:52 kristerw Exp $ avoid the c++ with optimization compiler bug on one particular file. --- makefile.orig Sun Apr 8 13:13:35 2001 +++ makefile Mon May 7 17:50:13 2001 -@@ -22,5 +22,5 @@ - - # *********** default environment ******************* --SRC_CPP=cc -+SRC_CPP=$(CC) - SRC_C=c - SYS_FILE=sysother @@ -66,5 +66,5 @@ # *********** default platform ******************* |