summaryrefslogtreecommitdiff
path: root/science
diff options
context:
space:
mode:
authorMaho Nakata <maho@FreeBSD.org>2003-05-03 06:09:33 +0000
committerMaho Nakata <maho@FreeBSD.org>2003-05-03 06:09:33 +0000
commit0b002fc00dd5968447ee0fdb2fd133e46f2f3c01 (patch)
treed6097be76345c26637a4cf42331f65b89f8c814f /science
parentUpdate port: irc/pircbot (maintainer) (diff)
remove unnecessary patch to build.
Reported by: fenner's log
Notes
Notes: svn path=/head/; revision=80037
Diffstat (limited to 'science')
-rw-r--r--science/mpqc/files/patch-::src::bin::mpqc::parse.yy18
1 files changed, 0 insertions, 18 deletions
diff --git a/science/mpqc/files/patch-::src::bin::mpqc::parse.yy b/science/mpqc/files/patch-::src::bin::mpqc::parse.yy
deleted file mode 100644
index b889544bc544..000000000000
--- a/science/mpqc/files/patch-::src::bin::mpqc::parse.yy
+++ /dev/null
@@ -1,18 +0,0 @@
---- src/bin/mpqc/parse.yy.orig Mon Nov 18 17:18:27 2002
-+++ src/bin/mpqc/parse.yy Mon Nov 18 17:18:43 2002
-@@ -117,6 +117,7 @@
- ;
-
- molecule: molecule_options_list atoms
-+ ;
-
- atoms: atoms atom
- |
-@@ -124,6 +125,7 @@
-
- atom: string string string string atom_options_list
- { add_atom($1,$2,$3,$4); }
-+ ;
-
- atom_options_list:
- T_BEG_OPT atom_options T_END_OPT