diff options
author | Thierry Thomas <thierry@FreeBSD.org> | 2005-02-22 23:35:04 +0000 |
---|---|---|
committer | Thierry Thomas <thierry@FreeBSD.org> | 2005-02-22 23:35:04 +0000 |
commit | fd1a43f8b979d2d1b98a8c67022290ba0dfe3562 (patch) | |
tree | 56d8cb8d35cdbf6f930d7b21212cc19a63655a78 /math/blitz++/files/patch-bzconfig | |
parent | . New ICBM coordinates now my Missile Defense System is in place. (diff) |
- Upgrade to 0.8;
- take maintainership.
PR: ports/75909
Submitted by: Olivier Saut
Notes
Notes:
svn path=/head/; revision=129576
Diffstat (limited to 'math/blitz++/files/patch-bzconfig')
-rw-r--r-- | math/blitz++/files/patch-bzconfig | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/math/blitz++/files/patch-bzconfig b/math/blitz++/files/patch-bzconfig deleted file mode 100644 index 1df9c25b90fc..000000000000 --- a/math/blitz++/files/patch-bzconfig +++ /dev/null @@ -1,14 +0,0 @@ ---- compiler/bzconfig.orig Thu May 22 15:06:34 2003 -+++ compiler/bzconfig Thu May 22 15:07:00 2003 -@@ -37,11 +37,6 @@ - # to edit the next line - objextension='o' - --if test ! -t 0; then -- echo "Use 'sh bzconfig', not 'sh < bzconfig'" -- exit 1 --fi -- - # clean="rm -f a.out core bztemp bztest bzjunk.cpp bzjunk.o bzjunk.ii bzjunk.int.c bzjunk.s" - clean="rm -f core" - trap '$clean; exit 1' 1 2 3 15 |