summaryrefslogtreecommitdiff
path: root/science/vmd/files/patch-configure
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-configure
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-configure')
-rw-r--r--science/vmd/files/patch-configure20
1 files changed, 20 insertions, 0 deletions
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