From 853b60d0eee6941d92252a04022701e5acdbe696 Mon Sep 17 00:00:00 2001 From: Pav Lucistnik Date: Sat, 21 Aug 2004 16:34:57 +0000 Subject: 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 --- science/vmd/files/patch-AtomParser.C | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 science/vmd/files/patch-AtomParser.C (limited to 'science/vmd/files/patch-AtomParser.C') 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 + #endif + -- cgit v1.2.3