summaryrefslogtreecommitdiff
path: root/science/vmd/files/patch-AtomParser.C
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2004-08-21 16:34:57 +0000
committerPav Lucistnik <pav@FreeBSD.org>2004-08-21 16:34:57 +0000
commit853b60d0eee6941d92252a04022701e5acdbe696 (patch)
tree0181f5f0d74df60e2e77056c104713d2f75eb9e1 /science/vmd/files/patch-AtomParser.C
parentfix build with gcc3.4 (diff)
Add vmd, a molecular visualization program for displaying, animating, and
analyzing large biomolecular systems using 3-D graphics and built-in scripting. PR: ports/70509 Submitted by: Stephen Montgomery-Smith <stephen@math.missouri.edu>
Notes
Notes: svn path=/head/; revision=116960
Diffstat (limited to 'science/vmd/files/patch-AtomParser.C')
-rw-r--r--science/vmd/files/patch-AtomParser.C11
1 files changed, 11 insertions, 0 deletions
diff --git a/science/vmd/files/patch-AtomParser.C b/science/vmd/files/patch-AtomParser.C
new file mode 100644
index 000000000000..775a7f42d34c
--- /dev/null
+++ b/science/vmd/files/patch-AtomParser.C
@@ -0,0 +1,11 @@
+--- src/AtomParser.C-xxx Fri Dec 5 13:21:53 2003
++++ src/AtomParser.C Thu Aug 12 00:24:00 2004
+@@ -109,7 +109,7 @@
+ #define YYCONST
+ #endif
+
+-#if !defined(_MSC_VER) && !defined(ARCH_MACOSX)
++#if !defined(_MSC_VER) && !defined(ARCH_MACOSX) && !defined(ARCH_FREEBSD)
+ #include <values.h>
+ #endif
+