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-configure | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 science/vmd/files/patch-configure (limited to 'science/vmd/files/patch-configure') diff --git a/science/vmd/files/patch-configure b/science/vmd/files/patch-configure new file mode 100644 index 000000000000..61312368177a --- /dev/null +++ b/science/vmd/files/patch-configure @@ -0,0 +1,20 @@ +--- configure-xxx Fri Dec 5 13:20:58 2003 ++++ configure Thu Aug 12 00:22:30 2004 +@@ -1175,7 +1175,7 @@ + # XFree 4.0 Direct Rendering Interface and GLX + $opengl_dir = "/usr/X11R6"; + $opengl_include = "-I$opengl_dir/include"; +- $opengl_library = "-L$opengl_dir/lib"; ++ $opengl_library = "-L$opengl_dir/lib -L/usr/local/lib"; + $opengl_libs = "-lGL -lGLU"; + + $arch_lex = "flex"; +@@ -1209,7 +1209,7 @@ + + # this is to make tcl happy, + # also needed for plugins +- $system_libs .= " -ldl"; ++ # $system_libs .= " -ldl"; + + if ($config_python) { + # this is to make python happy -- cgit v1.2.3