summaryrefslogtreecommitdiff
path: root/math/tochnog/patches
diff options
context:
space:
mode:
authorkristerw <kristerw@pkgsrc.org>2004-03-08 00:10:52 +0000
committerkristerw <kristerw@pkgsrc.org>2004-03-08 00:10:52 +0000
commitbc6de1e80753cbac256aeff4c90b767183b28a87 (patch)
tree320601a5758d7a05e18d00b3fee702feb3aa6bd9 /math/tochnog/patches
parent9a9e37737b6d498f00445a707fddc933f1358fdb (diff)
downloadpkgsrc-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-aa9
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 *******************