diff options
author | kristerw <kristerw@pkgsrc.org> | 2004-03-08 00:10:52 +0000 |
---|---|---|
committer | kristerw <kristerw@pkgsrc.org> | 2004-03-08 00:10:52 +0000 |
commit | bc6de1e80753cbac256aeff4c90b767183b28a87 (patch) | |
tree | 320601a5758d7a05e18d00b3fee702feb3aa6bd9 /math/tochnog/patches | |
parent | 9a9e37737b6d498f00445a707fddc933f1358fdb (diff) | |
download | pkgsrc-bc6de1e80753cbac256aeff4c90b767183b28a87.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/tochnog/patches')
-rw-r--r-- | math/tochnog/patches/patch-aa | 9 |
1 files changed, 1 insertions, 8 deletions
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 ******************* |